package foo.bar class NestedTest { class InsideNestedTest { fun m(x: InsideNestedTest) { } } }