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
@@ -1900,6 +1900,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/cannotCastToFunction.kt");
}
@TestMetadata("dataObject.kt")
public void testDataObject() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/dataObject.kt");
}
@TestMetadata("DeepCopyIrTree.kt")
public void testDeepCopyIrTree() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt");