[AA] Test shortener for the whole file with different options

This commit is contained in:
aleksandrina-streltsova
2023-06-14 09:50:29 +03:00
committed by teamcity
parent 67c3849538
commit 88f2bf85eb
2 changed files with 20 additions and 3 deletions
@@ -1,2 +1,10 @@
with DO_NOT_SHORTEN:
with SHORTEN_IF_ALREADY_IMPORTED:
[type] A.B
[qualifier] C.D.Companion.foo()
with SHORTEN_AND_IMPORT:
[type] A.B
[qualifier] C.D.Companion.foo()
with SHORTEN_AND_STAR_IMPORT:
[type] A.B
[qualifier] C.D.Companion.foo()