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