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

5 lines
79 B
Kotlin
Vendored

fun test() {
<caret>throw java.io.IOException()
}
// RUNTIME_WITH_FULL_JDK