generate comparisons and conditional jumps
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo(f: Int): Boolean {
|
||||
if (f > 0) return true;
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user