FIR2IR: fix intersection type smart cast when synthetic property accessed
This commit is contained in:
+6
@@ -2146,6 +2146,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/kt43342.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Modality.kt")
|
||||
public void testModality() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/Modality.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("MultiList.kt")
|
||||
public void testMultiList() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user