9278dee1a4
#KT-6261 Fixed #KT-6416 Fixed
9 lines
140 B
Kotlin
Vendored
9 lines
140 B
Kotlin
Vendored
fun test(): Int {
|
|
<selection>val foo = 1
|
|
fun bar() = 2
|
|
|
|
return when (foo) {
|
|
1 -> 1
|
|
else -> 2
|
|
}</selection>
|
|
} |