Use classes to increase search pattern for static declarations
Static common names like 'INSTANCE', 'create' can give many irrelevant references in the project. #KT-17000 Fixed #KT-14974 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
Resolved INSTANCE()
|
||||
Searched imported static member PsiField:INSTANCE in [JetFile: javaInvokeWithStaticImport.0.kt]
|
||||
Searched references to JavaClassWI
|
||||
Searched references to JavaClassWI.Other
|
||||
Searched references to static member in non-Java files by request JavaClassWI.INSTANCE
|
||||
Searched references to static member in non-Java files by request Other.INSTANCE
|
||||
Reference in New Issue
Block a user