Files
kotlin-fork/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt.txt
T
2020-11-26 00:15:10 +03:00

5 lines
69 B
Plaintext
Vendored

fun foo(t: Throwable) {
t.setStackTrace(p0 = t.getStackTrace())
}