Files
kotlin-fork/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt
T

8 lines
126 B
Kotlin
Vendored

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