5 lines
120 B
Kotlin
Vendored
5 lines
120 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// JAVAC_EXPECTED_FILE
|
|
class ControlFlowException : Exception("") {
|
|
fun fillInStackTrace() = this
|
|
} |