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