K2: implement BUILDER_INFERENCE_MULTI_LAMBDA_RESTRICTION
#KT-59390 Fixed
This commit is contained in:
committed by
Space Team
parent
299d279915
commit
526bc1744a
+4
@@ -1770,6 +1770,10 @@ object DIAGNOSTICS_LIST : DiagnosticList("FirErrors") {
|
||||
parameter<Name>("typeParameterName")
|
||||
parameter<Name>("containingDeclarationName")
|
||||
}
|
||||
val BUILDER_INFERENCE_MULTI_LAMBDA_RESTRICTION by error<PsiElement> {
|
||||
parameter<Name>("typeParameterName")
|
||||
parameter<Name>("containingDeclarationName")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user