KT-3542 Can't navigate to property implementation
#KT-3542 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package testing.jj;
|
||||
|
||||
public class JavaBase extends testing.kt.KotlinBase {
|
||||
@Override
|
||||
public String getSome() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSome(String someValue) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user