Add IR text test for KT-54887
This commit is contained in:
committed by
Space Team
parent
a86279b766
commit
5d35bfd88d
Generated
+6
@@ -2342,6 +2342,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
||||
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valueClassEquals.kt")
|
||||
public void testValueClassEquals() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/valueClassEquals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("VarInInit.kt")
|
||||
public void testVarInInit() throws Exception {
|
||||
|
||||
+6
@@ -2342,6 +2342,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valueClassEquals.kt")
|
||||
public void testValueClassEquals() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/valueClassEquals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("VarInInit.kt")
|
||||
public void testVarInInit() throws Exception {
|
||||
|
||||
+6
@@ -2342,6 +2342,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valueClassEquals.kt")
|
||||
public void testValueClassEquals() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/valueClassEquals.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("VarInInit.kt")
|
||||
public void testVarInInit() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user