Lazy intrinsic generation
#KT-6241 Fixed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
fun test4() {
|
||||
if (!false) {
|
||||
val p = 1
|
||||
}
|
||||
}
|
||||
|
||||
fun test5() {
|
||||
if (!true) {
|
||||
val p = 1
|
||||
}
|
||||
}
|
||||
// 0 IF
|
||||
Reference in New Issue
Block a user