package topLevelManglingA fun foo() = "a1" val bar = "a2" fun sameNumber(value: Int) = value fun sameNumber(value: Long) = value