class Foo { fun foo(n: Int) { bar(n) } fun bar(obj: Any?) {} }