Files
kotlin-fork/compiler/testData/diagnostics/tests/delegatedProperty/missedGetter.fir.kt
T

4 lines
54 B
Kotlin
Vendored

val a: Int by <!UNRESOLVED_REFERENCE!>A<!>()
class A