Files
kotlin-fork/compiler/testData/diagnostics/tests/delegatedProperty/missedGetter.fir.kt
T
Tianyu Geng b5caa658d6 FIR: introduce delegate diagnostics
This commit adds diagnostics for the following

* DELEGATE_SPECIAL_FUNCTION_MISSING
* DELEGATE_SPECIAL_FUNCTION_AMBIGUITY
* DELEGATE_SPECIAL_FUNCTION_NONE_APPLICABLE
2021-04-19 15:11:16 +03:00

4 lines
67 B
Kotlin
Vendored

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