Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
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 */