Files
kotlin-fork/compiler/testData/ir/irText/firProblems/SameJavaFieldReferences.kt.txt
T
2020-11-26 00:14:07 +03:00

6 lines
113 B
Plaintext
Vendored

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