Fix exception on resolving collection literal inside lambda

#KT-31907 Fixed
 #EA-90906 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2020-12-08 04:02:36 +03:00
parent c5015c9294
commit 2ad4824eb0
7 changed files with 37 additions and 2 deletions
@@ -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");