"Find Usages": add tests for Kotlin usages of Java declarations

This commit is contained in:
Alexey Sedunov
2013-10-29 16:22:26 +04:00
parent f41cfa2b8b
commit a0e90f38a2
30 changed files with 454 additions and 13 deletions
@@ -0,0 +1,4 @@
Callable reference (5: 16) val a = A::foo
Callable reference (6: 16) val b = B::foo
Function call (2: 9) A().foo()
Function call (3: 9) B().foo()