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

9 lines
141 B
Kotlin
Vendored

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