correctly find usages of overridden Java method through synthetic accessors
#KT-12869 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun AI.A.bar() {
|
||||
getFoo() // Found
|
||||
foo // Not found
|
||||
}
|
||||
Reference in New Issue
Block a user