// WithNested: to be implemented impl class WithNested { class Nested { fun bar() } inner class Inner { fun baz() } impl fun foo(): Int { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } }