Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
assert
/
jvmInlineLambda.kt
blob: 3f823818f6cdff810e4984ed46ac18ec374bd7b6 [
file
] [
log
] [
blame
]
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=jvm
inline
fun inlineMe
(
c
:
()
->
Unit
)
=
c
()
class
A
{
fun inlineSite
()
{
inlineMe
{
assert
(
true
)
}
}
}
// 1 GETSTATIC A.\$assertionsDisabled