[FIR] Replace kotlin/Throwable with java/lang/Throwable in JvmMappedScope
#KT-39044 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// FULL_JDK
|
||||
// ISSUE: KT-39044
|
||||
|
||||
fun test(t: Throwable) {
|
||||
t.fillInStackTrace()
|
||||
}
|
||||
Reference in New Issue
Block a user