7c99a6fef4
Part of #KT-22211
7 lines
70 B
Kotlin
Vendored
7 lines
70 B
Kotlin
Vendored
fun a() = try {
|
|
// do smth
|
|
} catch
|
|
<caret>(e: Exception) {
|
|
|
|
}
|