Files
kotlin-fork/idea/testData/shortenRefs/extensionForObject2.kt
T
Valentin Kipyatkov 28e2683146 One more test
2018-10-16 08:41:42 +03:00

5 lines
97 B
Kotlin
Vendored

import dependency.extProp
fun foo() {
<selection>dependency.AnObject.extProp()</selection>
}