Files
kotlin-fork/idea/idea-completion/testData/basic/common/annotations/NoCatchParameterAutopopup.kt
T
2015-06-25 21:57:12 +02:00

12 lines
95 B
Kotlin
Vendored

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