Added tests for 'super' resolved calls

This commit is contained in:
Svetlana Isakova
2014-07-10 17:17:13 +04:00
parent 11ea241efb
commit 22624186f6
12 changed files with 75 additions and 10 deletions
@@ -0,0 +1,5 @@
class A {
fun foo() {}
}
fun A.bar() = <caret>this.foo()