Fix exception on resolving collection literal inside lambda
#KT-31907 Fixed #EA-90906 Fixed
This commit is contained in:
+5
@@ -19071,6 +19071,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/propertyWithExtensionTypeInvoke.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("resolveCollectionLiteralInsideLambda.kt")
|
||||
public void testResolveCollectionLiteralInsideLambda() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/resolveCollectionLiteralInsideLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("resolveSubclassOfList.kt")
|
||||
public void testResolveSubclassOfList() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/regressions/resolveSubclassOfList.kt");
|
||||
|
||||
Reference in New Issue
Block a user