6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// FULL_JDK
|
|
|
|
fun foo(t: Throwable) {
|
|
t.stackTrace = t.stackTrace
|
|
} |