class Foo { class Bar { fun bar() {} } } fun test(bar: Foo.Bar) { bar.bar() }