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

5 lines
120 B
Kotlin
Vendored

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