Lazy intrinsic generation
#KT-6241 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
fun box(): String {
|
||||
val p = 2 < 1;
|
||||
if (!!!!!p) {
|
||||
return "OK"
|
||||
} else {
|
||||
return "fail"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user