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

5 lines
176 B
Plaintext
Vendored

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