find usages and rename work for Kotlin classes called from Java code (KT-1641)
#KT-1641 fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package testing;
|
||||
|
||||
import testing.rename.Third;
|
||||
|
||||
class JavaClient {
|
||||
private Third myField;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package testing;
|
||||
|
||||
import testing.rename.First;
|
||||
|
||||
class JavaClient {
|
||||
private First myField;
|
||||
}
|
||||
Reference in New Issue
Block a user