Call Hierarchy: Show Kotlin usages of Java methods
#KT-12398 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class A {
|
||||
val x = J().foo()
|
||||
|
||||
init {
|
||||
J().foo()
|
||||
}
|
||||
}
|
||||
|
||||
val y = J().foo()
|
||||
|
||||
fun test(j: J) = j.foo()
|
||||
Reference in New Issue
Block a user