Files
kotlin-fork/compiler/testData/ir/irText/firProblems/SameJavaFieldReferences.kt.txt
T

6 lines
139 B
Plaintext
Vendored

fun foo() {
val ref1: KProperty0<String> = SomeJavaClass::someJavaField
val ref2: KProperty0<String> = SomeJavaClass::someJavaField
}