fun test() { use(boo) use(boo) } fun use(arg: Int) {} expect val boo: Int