IR text: add a test with data object

This commit is contained in:
Mikhail Glukhikh
2023-05-03 17:04:23 +02:00
committed by Space Team
parent 98fb4f1f45
commit a86279b766
12 changed files with 189 additions and 0 deletions
@@ -2174,6 +2174,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/firProblems/cannotCastToFunction.kt");
}
@Test
@TestMetadata("dataObject.kt")
public void testDataObject() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/dataObject.kt");
}
@Test
@TestMetadata("DeepCopyIrTree.kt")
public void testDeepCopyIrTree() throws Exception {
@@ -2174,6 +2174,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/cannotCastToFunction.kt");
}
@Test
@TestMetadata("dataObject.kt")
public void testDataObject() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/dataObject.kt");
}
@Test
@TestMetadata("DeepCopyIrTree.kt")
public void testDeepCopyIrTree() throws Exception {
@@ -2174,6 +2174,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/cannotCastToFunction.kt");
}
@Test
@TestMetadata("dataObject.kt")
public void testDataObject() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/dataObject.kt");
}
@Test
@TestMetadata("DeepCopyIrTree.kt")
public void testDeepCopyIrTree() throws Exception {