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