Files
kotlin-fork/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/incompleteDelegation.kt
T
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

4 lines
108 B
Kotlin
Vendored

import kotlin.reflect.KProperty
fun String.getValue(x: Any?, y: KProperty<*>) = ""
val x: String by <caret>