Migrate testdata to new lambda syntax
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ fun box(): Boolean {
|
||||
it + 2
|
||||
} != 3) return false
|
||||
|
||||
if (f() {(a: Int) -> a * 300 } != 300) return false;
|
||||
if (f() { a: Int -> a * 300 } != 300) return false;
|
||||
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user