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