001e9a4489
^KT-60327 fixed Merge-request: KT-MR-13221 Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
9 lines
317 B
Plaintext
Vendored
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|)
|
|
}
|