Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b7de3709e46eb073303a1e8aac4c22656e4f2863
/
.
/
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