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