support putting the result of a dummy comparison to stack (KT-1899)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
if (1 != 0) {
|
||||
}
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user