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