7 lines
104 B
Kotlin
Vendored
7 lines
104 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
class FooException : Exception()
|
|
|
|
@Throws
|
|
fun test() {
|
|
throw FooException()<caret>
|
|
} |