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
@@ -0,0 +1,6 @@
// WITH_RUNTIME
// FULL_JDK
fun foo(t: Throwable) {
t.stackTrace = t.stackTrace
}