Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
fillInStackTrace.kt
blob: a57fee748ac9914455bfd5962a54a9eb49b93827 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FULL_JDK
// ISSUE: KT-39044
fun test
(
t
:
Throwable
)
{
t
.
fillInStackTrace
()
}
/* GENERATED_FIR_TAGS: flexibleType, functionDeclaration, javaFunction */