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

5 lines
58 B
Kotlin
Vendored

interface My {
val x: Int = 0
get() = field
}