Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/classBecameInterface/importStar.kt
T
2016-01-12 15:32:47 +03:00

7 lines
58 B
Kotlin
Vendored

package bar
import foo.*
fun importStarUse() {
A()
}