5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun a(b: Boolean) {
|
|
<caret>throw if (b) RuntimeException() else Exception()
|
|
} |