FIR2IR: fix smart casts in case field is accessed
This commit is contained in:
+6
@@ -2140,6 +2140,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("JCTree.kt")
|
||||
public void testJCTree() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/JCTree.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43342.kt")
|
||||
public void testKt43342() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user