5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
import java.lang.Exception
|
|
|
|
fun test() {
|
|
throw <expr>Exception()</expr>
|
|
} |