mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
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
|
|
} |