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:
+5
@@ -0,0 +1,5 @@
|
||||
import JavaClassWI.Other.INSTANCE
|
||||
|
||||
fun foo() {
|
||||
INSTANCE()
|
||||
}
|
||||
Reference in New Issue
Block a user