5 lines
69 B
Plaintext
Vendored
5 lines
69 B
Plaintext
Vendored
fun foo(t: Throwable) {
|
|
t.setStackTrace(p0 = t.getStackTrace())
|
|
}
|
|
|