FIR: reproduce KT-43339 (Throwable.stackTrace)

This commit is contained in:
Jinseong Jeon
2020-11-16 14:16:10 -08:00
committed by teamcityserver
parent 4cb32cd38a
commit 5c61079d75
5 changed files with 29 additions and 0 deletions
@@ -1826,6 +1826,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/SignatureClash.kt");
}
@TestMetadata("throwableStackTrace.kt")
public void testThrowableStackTrace() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/throwableStackTrace.kt");
}
@TestMetadata("V8ArrayToList.kt")
public void testV8ArrayToList() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/V8ArrayToList.kt");