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

5 lines
174 B
Kotlin
Vendored

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