FIR: reproduce KT-43339 (Throwable.stackTrace)
This commit is contained in:
committed by
teamcityserver
parent
4cb32cd38a
commit
5c61079d75
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user