"Find Usages": add tests for Kotlin usages of Java declarations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
A().foo()
|
||||
B().foo()
|
||||
|
||||
val a = A::foo
|
||||
val b = B::foo
|
||||
}
|
||||
Reference in New Issue
Block a user