8 lines
128 B
Plaintext
Vendored
8 lines
128 B
Plaintext
Vendored
import java.io.IOException
|
|
|
|
@Throws(IOException::class)
|
|
fun test() {
|
|
throw java.io.IOException()
|
|
}
|
|
|
|
// RUNTIME_WITH_FULL_JDK |