package bug // goes with bug1987b.scala package object packageb { def func(a: Int) = () def func(a: String) = () }