Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineFromOtherModule.kt
blob: 25e7d2b884ee22b89e791f3ecfe970300404e660 [
file
]
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=legacy
fun foo
()
{
assert
(
1
==
1
)
{
"Hahaha"
}
}
// 1 GETSTATIC kotlin\/_Assertions\.ENABLED