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