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