Files
kotlin-fork/compiler/testData/ir/irText/firProblems/throwableStackTrace.kt
T
2021-03-24 12:56:16 +03:00

7 lines
103 B
Kotlin
Vendored

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