Files
kotlin-fork/idea/testData/intentions/addThrowsAnnotation/fqName.kt.after
T

8 lines
128 B
Plaintext
Vendored

import java.io.IOException
@Throws(IOException::class)
fun test() {
throw java.io.IOException()
}
// RUNTIME_WITH_FULL_JDK