Add IR text test for KT-54887

This commit is contained in:
Mikhail Glukhikh
2023-05-11 11:23:38 +02:00
committed by Space Team
parent a86279b766
commit 5d35bfd88d
12 changed files with 280 additions and 0 deletions
@@ -2040,6 +2040,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
}
@TestMetadata("valueClassEquals.kt")
public void testValueClassEquals() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/valueClassEquals.kt");
}
@TestMetadata("VarInInit.kt")
public void testVarInInit() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/VarInInit.kt");