K2: reproduce KT-60312
This commit is contained in:
committed by
Space Team
parent
53ab32e0fb
commit
4abce54748
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user