648953085f
#KT-39044 Fixed
6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
// FULL_JDK
|
|
// ISSUE: KT-39044
|
|
|
|
fun test(t: Throwable) {
|
|
t.fillInStackTrace()
|
|
} |