"Find Usages": add tests for Kotlin usages of Java declarations
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user