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

6 lines
78 B
Kotlin
Vendored

// JS
// IS_APPLICABLE: false
fun a() {
<caret>throw RuntimeException()
}