Fixed tests after adding error checking for intention tests.
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
||||
fun foo(x: Foo) {
|
||||
x foo { it * 2 }
|
||||
}
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
fun foo(f: (Int) -> Int)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user