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