Files
kotlin-fork/idea/idea-completion/testData/handlers/keywords/Catch.kt
T
2016-04-19 15:22:06 +03:00

10 lines
97 B
Kotlin
Vendored

fun t() {
while (true) {
try {
}
c<caret>
}
}
// ELEMENT: catch