K2: reproduce KT-60312
This commit is contained in:
committed by
Space Team
parent
53ab32e0fb
commit
4abce54748
+6
@@ -2400,6 +2400,12 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
|
||||
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
@@ -2400,6 +2400,12 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
|
||||
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
@@ -2400,6 +2400,12 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
|
||||
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