package test class Foo { class Bar { fun test(b: B) { consume(b) } } } fun consume(obj: Any) {}