Files
kotlin/compiler/testData/codegen/bytecodeText/lazyCodegen/negateVarChain.kt
Michael Bogdanov 3a70992d27 Lazy intrinsic generation
#KT-6241 Fixed
2014-11-21 13:59:43 +03:00

7 lines
85 B
Kotlin

fun test2() {
val p = 1 < 2;
if (!!!!!!p) {
val p = 1
}
}
// 2 IF