Lazy intrinsic generation
#KT-6241 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test2() {
|
||||
val p = 1 < 2;
|
||||
if (!!!!!!p) {
|
||||
val p = 1
|
||||
}
|
||||
}
|
||||
// 2 IF
|
||||
Reference in New Issue
Block a user