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

4 lines
108 B
Kotlin
Vendored

val a: Int by <!DELEGATE_SPECIAL_FUNCTION_MISSING("getValue(Nothing?, KProperty<*>)", "A")!>A()<!>
class A