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