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