package object stalepkg { class Foo } package stalepkg { object Test { def main(args: Array[String]): Unit = { } } }