f7cda61b08
#KT-23407 Fixed
9 lines
141 B
Kotlin
Vendored
9 lines
141 B
Kotlin
Vendored
package completion.p23381
|
|
|
|
fun funReference() {}
|
|
|
|
class InputImpl {
|
|
fun context() {
|
|
<selection>::funReference</selection>
|
|
}
|
|
} |