Files
2022-01-12 15:09:45 +01:00

9 lines
69 B
Kotlin
Vendored

package baz
import foo.*
import bar.*
fun useClass() {
Foo()
}