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

7 lines
109 B
Kotlin
Vendored

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