ca16f4231f
#KT-4940 Fixed
10 lines
165 B
Kotlin
10 lines
165 B
Kotlin
// PARAM_TYPES: kotlin.Int
|
|
// SIBLING:
|
|
fun foo(a: Int): Int {
|
|
var b: Int = 1
|
|
|
|
<selection>if (n == 10) throw Exception("")
|
|
b++</selection>
|
|
|
|
return b
|
|
} |