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