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

11 lines
155 B
Kotlin
Vendored

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