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
@@ -2088,6 +2088,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
}
@TestMetadata("IntArrayAsVararg.kt")
public void testIntArrayAsVararg() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/IntArrayAsVararg.kt");
}
@TestMetadata("integerLiteralWithExpectedTypealiasType.kt")
public void testIntegerLiteralWithExpectedTypealiasType() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/integerLiteralWithExpectedTypealiasType.kt");