Added tests for 'super' resolved calls
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun A.bar() = <caret>this.foo()
|
||||
Reference in New Issue
Block a user