K2: reproduce KT-60312
This commit is contained in:
committed by
Space Team
parent
53ab32e0fb
commit
4abce54748
Generated
+6
@@ -2394,6 +2394,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
|
||||
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IntArrayAsVararg.kt")
|
||||
public void testIntArrayAsVararg() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/IntArrayAsVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("integerLiteralWithExpectedTypealiasType.kt")
|
||||
public void testIntegerLiteralWithExpectedTypealiasType() throws Exception {
|
||||
|
||||
+6
@@ -2394,6 +2394,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IntArrayAsVararg.kt")
|
||||
public void testIntArrayAsVararg() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/IntArrayAsVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("integerLiteralWithExpectedTypealiasType.kt")
|
||||
public void testIntegerLiteralWithExpectedTypealiasType() throws Exception {
|
||||
|
||||
+6
@@ -2394,6 +2394,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("IntArrayAsVararg.kt")
|
||||
public void testIntArrayAsVararg() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/IntArrayAsVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("integerLiteralWithExpectedTypealiasType.kt")
|
||||
public void testIntegerLiteralWithExpectedTypealiasType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user