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

7 lines
101 B
Kotlin
Vendored

package completion.p23381.apx2
import completion.p23381.A
fun pasteHere() {
A()::funReference
}