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