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:
@@ -1,3 +1,5 @@
|
||||
Implicit 'invoke' 11 JavaClassInvoke.INSTANCE()
|
||||
Implicit 'invoke' 12 JavaClassInvoke.AnotherOther.INSTANCE()
|
||||
Implicit 'invoke' 2 c()
|
||||
Implicit 'invoke' 6 o()
|
||||
Implicit 'invoke' 7 JavaClass.OtherJavaClass.OJC()
|
||||
Implicit 'invoke' 7 JavaClassInvoke.OtherJavaClass.OJC()
|
||||
Reference in New Issue
Block a user