blob: fe77f806c417be2bef2e09f3bd5e7018acd333c9 [file] [log] [blame]
import foo.*
import bar.*
fun test(): String {
val f = Foo()
val b = Bar.getFoo()
return "$f$b"
}