2d51d72708
Static common names like 'INSTANCE', 'create' can give many irrelevant references in the project. #KT-17000 Fixed #KT-14974 Fixed
6 lines
64 B
Kotlin
Vendored
6 lines
64 B
Kotlin
Vendored
import JavaClassWI.Other.INSTANCE
|
|
|
|
fun foo() {
|
|
INSTANCE()
|
|
}
|