90b0ea73dc
#KT-30640 Fixed #KT-22412 Fixed
6 lines
110 B
Kotlin
Vendored
6 lines
110 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test(b: Boolean) {
|
|
<caret>if (b) throw IndexOutOfBoundsException()
|
|
}
|