Files
Egor Kulikov 001e9a4489 [FIR] Source for property delegates should not be null
^KT-60327 fixed


Merge-request: KT-MR-13221
Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
2023-11-29 08:27:53 +00:00

9 lines
317 B
Plaintext
Vendored

FILE: incompletePropertyWithDelegate.kt
public? final? fun String.getValue(x: Any?, y: KProperty<*>): <implicit> {
^getValue String()
}
public? final? val x: Stringby ERROR_EXPR(Should have delegate)
public? get(): <implicit> {
^ D|/x|.getValue#(Null(null), ::R|/x|)
}