[FIR] Fix reporting of CANNOT_INFER_PARAMETER_TYPE on lambda parameters
^KT-56138 Fixed
This commit is contained in:
committed by
Space Team
parent
76d360d793
commit
f479a56f5e
@@ -248,6 +248,9 @@ sealed class KtFakeSourceElementKind(final override val shouldSkipErrorTypeRepor
|
||||
|
||||
// for when on the LHS of an assignment an error expression appears
|
||||
object AssignmentLValueError : KtFakeSourceElementKind()
|
||||
|
||||
// for return type of value parameters in lambdas
|
||||
object ImplicitReturnTypeOfLambdaValueParameter : KtFakeSourceElementKind()
|
||||
}
|
||||
|
||||
sealed class AbstractKtSourceElement {
|
||||
|
||||
Reference in New Issue
Block a user