[FIR] add missed diagnostics for incomplete code
^KT-55053
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
<expr>val p: String by</expr>
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
KT element: KtProperty
|
||||
FIR element: FirPropertyImpl
|
||||
FIR source kind: KtRealSourceElementKind
|
||||
|
||||
FIR element rendered:
|
||||
public final val p: R|kotlin/String|by ERROR_EXPR(Should have delegate)
|
||||
public get(): R|kotlin/String| {
|
||||
^ D|/p|.<Unresolved name: getValue>#(Null(null), ::R|/p|)
|
||||
}
|
||||
Reference in New Issue
Block a user