Files
kotlin-fork/idea/testData/copyPaste/imports/TopLevelMemberCallableRefWithExpressionLHS.kt
T
2018-06-19 12:22:40 +03:00

11 lines
160 B
Kotlin
Vendored

package completion.p23381
class A {
fun funReference() {}
}
class InputImpl {
fun context() {
<selection>A()::funReference</selection>
}
}