Files
T
2022-10-05 15:06:52 +00:00

5 lines
77 B
Kotlin
Vendored

import java.lang.Exception
fun test() {
throw <expr>Exception()</expr>
}