Mark required call with 'caret' in abstract resolved calls test
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// !CALL: foo
|
||||
|
||||
fun <T, S, R> foo(t: T, f: (T) -> S, g: (S) -> R) {}
|
||||
|
||||
|
||||
fun test() {
|
||||
foo(1, { x -> "$x"}, { y -> y.length })
|
||||
<caret>foo(1, { x -> "$x"}, { y -> y.length })
|
||||
}
|
||||
Reference in New Issue
Block a user