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