class A { fun foo(a: Int, b: String, c: Any) { println(b) } }