[Tests] Add IR text tests for KT-57105
This commit is contained in:
committed by
Space Team
parent
6964121c15
commit
2706e5502f
+6
@@ -304,6 +304,12 @@ public class FirLightTreeIrTextTestGenerated extends AbstractFirLightTreeIrTextT
|
||||
runTest("compiler/testData/ir/irText/classes/secondaryConstructors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartCastInValInitialization.kt")
|
||||
public void testSmartCastInValInitialization() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/smartCastInValInitialization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("superCalls.kt")
|
||||
public void testSuperCalls() throws Exception {
|
||||
|
||||
Generated
+6
@@ -304,6 +304,12 @@ public class FirPsiIrTextTestGenerated extends AbstractFirPsiIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/classes/secondaryConstructors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("smartCastInValInitialization.kt")
|
||||
public void testSmartCastInValInitialization() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/smartCastInValInitialization.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("superCalls.kt")
|
||||
public void testSuperCalls() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user