Files
2016-01-12 15:32:47 +03:00

7 lines
53 B
Kotlin
Vendored

package bar
import foo.B
fun useB() {
B().f()
}