892b2b0f83
#KT-7195 Fixed
6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
val vFooBar = ""
|
|
|
|
fun foo(s: String): String = <caret>
|
|
|
|
// ORDER: vFooBar, s, foo
|