Fixed FindUsages case on look up implementation getter/setters via property names
#KT-40788 Fixed #KT-24616 Fixed back-port from kotlin-ide commit aa5580bb5a7e96b209cdaa1c82f4e485ee001ae8
This commit is contained in:
@@ -2,10 +2,8 @@ Resolved c()
|
||||
Resolved fieldWithType()
|
||||
Resolved methodWithType()
|
||||
Resolved o()
|
||||
Resolved o()
|
||||
Resolved o.methodNoType()()
|
||||
Resolved o.methodWithType()()
|
||||
Resolved o.methodWithType()()
|
||||
Searched references to GroovyClass
|
||||
Searched references to GroovyClass.fieldWithType in non-Java files
|
||||
Searched references to GroovyClass.methodWithType() in non-Java files
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
Resolved INSTANCE()
|
||||
Resolved INSTANCE()
|
||||
Resolved INSTANCE()
|
||||
Resolved INSTANCE()
|
||||
Resolved OJC()
|
||||
Resolved OJC()
|
||||
Resolved c()
|
||||
Resolved o()
|
||||
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
Resolved INSTANCE()
|
||||
Resolved INSTANCE()
|
||||
Searched imported static member PsiField:INSTANCE in [KtFile: javaInvokeWithStaticImport.0.kt]
|
||||
Searched imported static member PsiField:INSTANCE in [KtFile: javaInvokeWithStaticImport.1.kt]
|
||||
Searched references to JavaClassWI
|
||||
|
||||
Reference in New Issue
Block a user