e04c6d1f5c
#KT-12299 Fixed
16 lines
159 B
Kotlin
Vendored
16 lines
159 B
Kotlin
Vendored
package test
|
|
|
|
class A {
|
|
val foo = 42
|
|
|
|
fun getFoo() = ""
|
|
|
|
fun test() {
|
|
getF<caret>
|
|
}
|
|
|
|
}
|
|
|
|
// ORDER: getFoo
|
|
// ORDER: getFaa
|
|
// ORDER: foo |