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