FIR: reproduce KT-43339 (Throwable.stackTrace)
This commit is contained in:
committed by
teamcityserver
parent
4cb32cd38a
commit
5c61079d75
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// FULL_JDK
|
||||
|
||||
fun foo(t: Throwable) {
|
||||
t.stackTrace = t.stackTrace
|
||||
}
|
||||
Reference in New Issue
Block a user