Files
kotlin-fork/idea/testData/intentions/importMember/FqReferenceCall.kt
T
2017-01-26 13:24:41 +03:00

6 lines
97 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun usage() {
println(p.A.some?.<caret>toString())
}