8d16bd1215
or is a Java method from a Kotlin built-in class (transitively). https://github.com/Kotlin/KEEP/blob/master/proposals/jdk-dependent-built-ins.md#backward-compatibility-of-overrides
3 lines
80 B
Kotlin
Vendored
3 lines
80 B
Kotlin
Vendored
class ControlFlowException : Exception("") {
|
|
fun fillInStackTrace() = this
|
|
} |