KT-64205 [AA] Add shortening with default settings to the testData
This commit is contained in:
+3
@@ -1,3 +1,6 @@
|
||||
with default settings:
|
||||
[qualifier] one.A
|
||||
[qualifier] one.B
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] one.A
|
||||
|
||||
Vendored
+4
@@ -1,3 +1,7 @@
|
||||
with default settings:
|
||||
[type] a.b.c.dependency.Foo
|
||||
[kdoc] a.b.c.dependency.Foo
|
||||
[kdoc] a.b.c.dependency.Foo
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
with default settings:
|
||||
[type] A.B
|
||||
[qualifier] C.D.Companion.foo()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] A.B
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
with default settings:
|
||||
[type] a.b.c.dependency.Foo.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] a.b.c.dependency.Foo.Nested
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
with default settings:
|
||||
[type] a.b.c.dependency.Foo
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] a.b.c.dependency.Foo
|
||||
|
||||
Reference in New Issue
Block a user