9278dee1a4
#KT-6261 Fixed #KT-6416 Fixed
6 lines
91 B
Kotlin
6 lines
91 B
Kotlin
fun test1(): Int {
|
|
<selection>val foo = 1
|
|
fun bar() = 2
|
|
|
|
return 3</selection>
|
|
} |