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