Mark required call with 'caret' in abstract resolved calls test
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
// !CALL: foo
|
||||
|
||||
class A {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun bar(a: A) {
|
||||
a.foo()
|
||||
a.<caret>foo()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user