FE: Fix null assertion error when left is CollectionLiteral
#KT-49961 fixed
This commit is contained in:
committed by
Victor Petukhov
parent
bd299ed12c
commit
eb1d7110ec
+6
@@ -13870,6 +13870,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt49658Strict.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49961.kt")
|
||||
public void testKt49961() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/kt49961.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51844.kt")
|
||||
public void testKt51844() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user