Mark required call with 'caret' in abstract resolved calls test
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
// !CALL: foo
|
||||
|
||||
fun foo(f: (Int) -> String) {}
|
||||
|
||||
fun test() {
|
||||
foo { x -> "$x"}
|
||||
<caret>foo { x -> "$x"}
|
||||
}
|
||||
Reference in New Issue
Block a user