K2: reproduce KT-60312

This commit is contained in:
Mikhail Glukhikh
2023-11-10 16:11:01 +01:00
committed by Space Team
parent 53ab32e0fb
commit 4abce54748
15 changed files with 116 additions and 0 deletions
@@ -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 {
@@ -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 {
@@ -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 {