package test class Class { fun second() = Unit fun first(a: Any) = Unit fun first() = Unit }