Files
kotlin-fork/compiler/testData/diagnostics/testsWithJava8/targetedBuiltIns/backwardCompatibility/fillInStackTrace.kt
T

3 lines
80 B
Kotlin
Vendored

class ControlFlowException : Exception("") {
fun fillInStackTrace() = this
}