blob: cfcbc18690b6950eac2394d4a42f518d71a759ce [file]
package foo
import boo.boo
fun main(args: Array<String>) {
val bar = Bar()
boo(bar)
}