Files
kotlin-fork/idea/testData/addImport/ImportFromObject.kt
T
2015-10-19 18:40:14 +03:00

5 lines
114 B
Kotlin
Vendored

// IMPORT: dependency.MyObject.someFun
// NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS: 1
fun foo() {
someFun()
}