18de0f75ab
So #KT-22097 Fixed
5 lines
92 B
Kotlin
Vendored
5 lines
92 B
Kotlin
Vendored
fun test(b: Boolean): Unit = try {
|
|
fun a() {}
|
|
<caret>Unit
|
|
} catch (e: Exception) {
|
|
} |