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

6 lines
67 B
Kotlin
Vendored

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