Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/NoCatchParameterAutopopup.kt
T

13 lines
113 B
Kotlin
Vendored

// FIR_COMPARISON
fun f() {
try {
}
catch(e<caret>) {
}
}
// INVOCATION_COUNT: 0
// NUMBER: 0