[FIR] Map dispatch receiver type of function in JvmMappedScope
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// FULL_JDK
|
||||
// FILE: PlaceholderException.java
|
||||
|
||||
public class PlaceholderException extends RuntimeException {}
|
||||
|
||||
// FILE: main.kt
|
||||
import java.io.PrintWriter
|
||||
|
||||
class KotlinTestFailure : PlaceholderException() {
|
||||
override fun printStackTrace(s: PrintWriter?) {
|
||||
super.printStackTrace(s)
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String = "OK"
|
||||
Reference in New Issue
Block a user