FIR: reproduce KT-43340

This commit is contained in:
Jinseong Jeon
2020-11-19 16:33:50 -08:00
committed by Mikhail Glukhikh
parent c13650fd79
commit dfc5059d6b
5 changed files with 1272 additions and 0 deletions
@@ -1836,6 +1836,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/throwableStackTrace.kt");
}
@TestMetadata("typeVariableAfterBuildMap.kt")
public void testTypeVariableAfterBuildMap() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/typeVariableAfterBuildMap.kt");
}
@TestMetadata("V8ArrayToList.kt")
public void testV8ArrayToList() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/V8ArrayToList.kt");