separate compiler and plugin tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun f(x: Int, b: Boolean): Int {
|
||||
var result = x;
|
||||
if (b) else result = result + 5;
|
||||
return result;
|
||||
}
|
||||
Reference in New Issue
Block a user