Allow empty type info for excl expressions

^KT-34515 Fixed
This commit is contained in:
Victor Petukhov
2021-09-07 12:17:30 +03:00
committed by teamcity
parent b6f2513dd2
commit 7e491edf95
8 changed files with 36 additions and 1 deletions
@@ -4942,6 +4942,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/collectionLiterals/defaultValuesWithConstantsInAnnotation.kt");
}
@Test
@TestMetadata("kt34515.kt")
public void testKt34515() throws Exception {
runTest("compiler/testData/diagnostics/tests/collectionLiterals/kt34515.kt");
}
@Test
@TestMetadata("noCollectionLiterals.kt")
public void testNoCollectionLiterals() throws Exception {