Files
kotlin-fork/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt
T
2020-11-18 13:06:49 +03:00

6 lines
86 B
Kotlin
Vendored

// WITH_RUNTIME
// FULL_JDK
fun foo(t: Throwable) {
t.stackTrace = t.stackTrace
}