class Foo { fun foo(b: String, a: String) = Unit fun foo(a: String, b: Int) = Unit }