Before shortening: val prop: MyInterface.Nested get() = MyInterface.Nested()
with DO_NOT_SHORTEN:
with SHORTEN_IF_ALREADY_IMPORTED:
[type] MyInterface.Nested
[qualifier] MyInterface.Nested()
with SHORTEN_AND_IMPORT:
[type] MyInterface.Nested
[qualifier] MyInterface.Nested()
with SHORTEN_AND_STAR_IMPORT:
[type] MyInterface.Nested
[qualifier] MyInterface.Nested()
