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