Files
kotlin-fork/compiler/testData/diagnostics/tests/callableReference/property/backingField.fir.kt
T

8 lines
126 B
Kotlin
Vendored

// !DIAGNOSTICS: -UNUSED_EXPRESSION
val i: Int = 10
get() {
<!UNSUPPORTED!>::field<!>
return field
}