fun f(a: Boolean, b: Int) {} fun foo(a: Any) { f(a is Int, a) 1 + a }