1bb6f869a2
FirCallResolver tries to find a candidate for the delegate's getValue and cannot parse an arrayLiteral with a nullable coneType.Running FirCallCompletionResultsWriterTransformer.transformArrayLiteral is required to find the result type. Therefore, completeCall should not be invoked with the ResolutionMode from the 'data' param, but rather in ResolutionMode.ContextIndependent. #KT-65022 Fixed
6 lines
270 B
Plaintext
Vendored
6 lines
270 B
Plaintext
Vendored
FILE: delegateByArrayLiteral.kt
|
|
public final val d: <ERROR TYPE REF: Unresolved name: getValue>by <implicitArrayOf>()
|
|
public get(): <ERROR TYPE REF: Unresolved name: getValue> {
|
|
^ D|/d|.<Unresolved name: getValue>#(Null(null), ::R|/d|)
|
|
}
|