Files
kotlin/compiler/testData/codegen/bytecodeText/lazyCodegen/negateVarChain.kt
2018-12-21 16:20:45 +01:00

10 lines
125 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
val two = 2
fun test2() {
val p = 1 < two
if (!!!!!!p) {
val p = 1
}
}
// 2 IF