package tf.bug.fancade object Foo { def main(args: Array[String]): Unit = { println("hi") } }