KT-64205 [AA] Add shortening with default settings to the testData
This commit is contained in:
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: some.SomeAnnotation
|
||||
with default settings:
|
||||
[type] some.SomeAnnotation
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] some.SomeAnnotation
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: @dependency.Ann
|
||||
with default settings:
|
||||
[type] dependency.Ann
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: dependency.Type
|
||||
with default settings:
|
||||
[type] dependency.Type
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: dependency.Type
|
||||
with default settings:
|
||||
[type] dependency.Type
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: one.A
|
||||
with default settings:
|
||||
[qualifier] one.A
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] one.A
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: kotlin.text.charset("")
|
||||
with default settings:
|
||||
[qualifier] kotlin.text.charset("")
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] kotlin.text.charset("")
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: kotlin.text.charset("")
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: dependency.foo()
|
||||
with default settings:
|
||||
[qualifier] dependency.foo()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+3
-1
@@ -1,8 +1,10 @@
|
||||
Before shortening: my.simple.name.SuperClass.check()
|
||||
with default settings:
|
||||
[qualifier] my.simple.name.SuperClass
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] my.simple.name.SuperClass
|
||||
with SHORTEN_AND_IMPORT:
|
||||
[qualifier] my.simple.name.SuperClass
|
||||
with SHORTEN_AND_STAR_IMPORT:
|
||||
[qualifier] my.simple.name.SuperClass
|
||||
[qualifier] my.simple.name.SuperClass
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Child.Foo.check()
|
||||
with default settings:
|
||||
[qualifier] Child.Foo.check()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] Child.Foo.check()
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: my.simple.name.ClassFarAway.check()
|
||||
with default settings:
|
||||
[qualifier] my.simple.name.ClassFarAway
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] my.simple.name.ClassFarAway
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: a.b.c.Outer.Inner::class.java
|
||||
with default settings:
|
||||
[qualifier] a.b.c.Outer
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] a.b.c.Outer
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: a.b.c.Outer.Middle.Inner::class.java
|
||||
with default settings:
|
||||
[qualifier] a.b.c.Outer.Middle.Inner
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] a.b.c.Outer.Middle.Inner
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: java.util.SortedSet
|
||||
with default settings:
|
||||
[type] java.util.SortedSet
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: a.b.c.Outer.Inner::class.java
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: java.util.SortedSet
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: java.util.SortedSet
|
||||
with default settings:
|
||||
[qualifier] java.util.SortedSet
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: a.b.c.Outer.Inner::class.java
|
||||
with default settings:
|
||||
[qualifier] a.b.c.Outer.Inner
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] a.b.c.Outer.Inner
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: a.b.c.Outer.Inner::class.java
|
||||
with default settings:
|
||||
[qualifier] a.b.c.Outer.Inner
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] a.b.c.Outer.Inner
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check.BBD
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check.BBD
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check.BBD.Bwd
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check.BBD.Bwd
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check.BBD
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check.BBD
|
||||
|
||||
analysis/analysis-api/testData/components/referenceShortener/shortenRange/companionClassLiteral2.txt
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Bwd::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check.BBD
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check.BBD
|
||||
|
||||
analysis/analysis-api/testData/components/referenceShortener/shortenRange/companionClassLiteral3.txt
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: foo.www.ddd.Check.BBD.Companion::class.java.annotatedInterfaces.size
|
||||
with default settings:
|
||||
[qualifier] foo.www.ddd.Check.BBD.Companion
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] foo.www.ddd.Check.BBD.Companion
|
||||
|
||||
Vendored
+3
-1
@@ -1,8 +1,10 @@
|
||||
Before shortening: a.b.c.Outer.Inner.Companion.foo(1, false, "bar")
|
||||
with default settings:
|
||||
[qualifier] a.b.c.Outer
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] a.b.c.Outer
|
||||
with SHORTEN_AND_IMPORT:
|
||||
[qualifier] a.b.c.Outer.Inner.Companion
|
||||
with SHORTEN_AND_STAR_IMPORT:
|
||||
[qualifier] a.b.c.Outer.Inner.Companion
|
||||
[qualifier] a.b.c.Outer.Inner.Companion
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: a.b.c.MyClass.Companion.foo()
|
||||
with default settings:
|
||||
[qualifier] a.b.c.MyClass.Companion.foo()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] a.b.c.MyClass
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: dependency.Foo()
|
||||
with default settings:
|
||||
[qualifier] dependency.Foo()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: a.b.c.foo()
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: a.b.c.MyEnum.Companion.foo()
|
||||
with default settings:
|
||||
[qualifier] a.b.c.MyEnum.Companion.foo()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] a.b.c.MyEnum.Companion.foo()
|
||||
|
||||
+3
-1
@@ -1,7 +1,9 @@
|
||||
Before shortening: C.K
|
||||
with default settings:
|
||||
[qualifier] C.K
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
[qualifier] C.K
|
||||
with SHORTEN_AND_STAR_IMPORT:
|
||||
[qualifier] C.K
|
||||
[qualifier] C.K
|
||||
|
||||
+3
-1
@@ -1,7 +1,9 @@
|
||||
Before shortening: C.foo()
|
||||
with default settings:
|
||||
[qualifier] C.foo()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
[qualifier] C.foo()
|
||||
with SHORTEN_AND_STAR_IMPORT:
|
||||
[qualifier] C.foo()
|
||||
[qualifier] C.foo()
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: str.extFun()
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Bar.extFun()
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Bar.extProperty
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: dependency.Foo
|
||||
with default settings:
|
||||
[type] dependency.Foo
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: com.dependency.bar
|
||||
with default settings:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
|
||||
analysis/analysis-api/testData/components/referenceShortener/shortenRange/importAliasForFunction.txt
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: com.dependency.bar()
|
||||
with default settings:
|
||||
[qualifier] com.dependency.bar() -> bar1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] com.dependency.bar() -> bar1
|
||||
|
||||
analysis/analysis-api/testData/components/referenceShortener/shortenRange/importAliasForProperty.txt
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: com.dependency.bar
|
||||
with default settings:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: com.dependency.Bar
|
||||
with default settings:
|
||||
[type] com.dependency.Bar -> Bar1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] com.dependency.Bar -> Bar1
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: com.dependency.Bar.bar()
|
||||
with default settings:
|
||||
[qualifier] com.dependency.Bar -> Bar1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] com.dependency.Bar -> Bar1
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: a.b.c.dependency.Foo
|
||||
with default settings:
|
||||
[kdoc] a.b.c.dependency.Foo
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[kdoc] a.b.c.dependency.Foo
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: dependency.Foo
|
||||
with default settings:
|
||||
[kdoc] dependency.Foo
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[kdoc] dependency.Foo
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: _root_ide_package_.dependency.Foo
|
||||
with default settings:
|
||||
[kdoc] _root_ide_package_.dependency.Foo
|
||||
with DO_NOT_SHORTEN:
|
||||
[kdoc] _root_ide_package_.dependency
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: dependency.Foo.unresolved
|
||||
with default settings:
|
||||
[kdoc] dependency.Foo
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[kdoc] dependency.Foo
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: MyClass.prop
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Vendored
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: x.y.z.Outer.Inner.VALUE0 > x.y.z.Outer.Inner.VALUE1
|
||||
with default settings:
|
||||
[qualifier] x.y.z.Outer.Inner.VALUE0
|
||||
[qualifier] x.y.z.Outer.Inner.VALUE1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Vendored
+2
@@ -4,6 +4,8 @@ Before shortening: when (a) {
|
||||
3 -> bar3
|
||||
else -> com.dependency.bar
|
||||
}
|
||||
with default settings:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
|
||||
Vendored
+3
@@ -4,6 +4,9 @@ Before shortening: when (a) {
|
||||
3 -> bar3
|
||||
else -> com.dependency.bar
|
||||
}
|
||||
with default settings:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] com.dependency.bar -> bar1
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Inner.foo(1, false, "bar")
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: a.b.c.foo(1, false, "bar")
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Inner.Companion.foo(1, false, "bar")
|
||||
with default settings:
|
||||
[qualifier] Inner.Companion
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] Inner.Companion
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Outer<T>.Inner
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Outer.Nested
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+3
@@ -2,6 +2,9 @@ Before shortening: fun usage(
|
||||
first: test.OuterClass.Nested,
|
||||
second: test.OuterClass.NestedObject.Nested,
|
||||
) {}
|
||||
with default settings:
|
||||
[type] test.OuterClass
|
||||
[type] test.OuterClass.NestedObject.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] test.OuterClass
|
||||
|
||||
+3
@@ -2,6 +2,9 @@ Before shortening: fun usage(
|
||||
first: test.OuterClass.Nested,
|
||||
second: test.OuterClass.Companion.Nested,
|
||||
) {}
|
||||
with default settings:
|
||||
[type] test.OuterClass
|
||||
[type] test.OuterClass.Companion.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] test.OuterClass
|
||||
|
||||
+3
@@ -2,6 +2,9 @@ Before shortening: fun usage(
|
||||
first: test.OuterClass.Nested,
|
||||
second: test.OuterClass.NamedCompanion.Nested,
|
||||
) {}
|
||||
with default settings:
|
||||
[type] test.OuterClass
|
||||
[type] test.OuterClass.NamedCompanion.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] test.OuterClass
|
||||
|
||||
+3
@@ -2,6 +2,9 @@ Before shortening: fun usage(
|
||||
first: test.OuterClass.Nested,
|
||||
second: test.OuterClass.NestedObject.Nested,
|
||||
) {}
|
||||
with default settings:
|
||||
[type] test.OuterClass.Nested
|
||||
[type] test.OuterClass.NestedObject
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] test.OuterClass.Nested
|
||||
|
||||
+3
@@ -2,6 +2,9 @@ Before shortening: fun usage(
|
||||
first: test.OuterClass.Nested,
|
||||
second: test.OuterClass.Companion.Nested,
|
||||
) {}
|
||||
with default settings:
|
||||
[type] test.OuterClass.Nested
|
||||
[type] test.OuterClass.Companion
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] test.OuterClass.Nested
|
||||
|
||||
+3
@@ -2,6 +2,9 @@ Before shortening: fun usage(
|
||||
first: test.OuterClass.Nested,
|
||||
second: test.OuterClass.NamedCompanion.Nested,
|
||||
) {}
|
||||
with default settings:
|
||||
[type] test.OuterClass.Nested
|
||||
[type] test.OuterClass.NamedCompanion
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] test.OuterClass.Nested
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: @Outer.Ann
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: @Outer.Ann
|
||||
with default settings:
|
||||
[type] Outer.Ann
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Ann
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: @Outer.Ann
|
||||
with default settings:
|
||||
[type] Outer.Ann
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Ann
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: @Outer.Ann
|
||||
with default settings:
|
||||
[type] Outer.Ann
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Ann
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: @Outer.Ann
|
||||
with default settings:
|
||||
[type] Outer.Ann
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Ann
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: @Outer.Ann
|
||||
with default settings:
|
||||
[type] Outer.Ann
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Ann
|
||||
|
||||
+1
@@ -12,6 +12,7 @@ Before shortening: class Foo(
|
||||
test.bigProperty()
|
||||
}
|
||||
}
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+5
@@ -10,6 +10,11 @@ Before shortening: class Foo(bigProperty: String) {
|
||||
return test.bigProperty
|
||||
}
|
||||
}
|
||||
with default settings:
|
||||
[qualifier] test.bigProperty
|
||||
[qualifier] test.bigProperty
|
||||
[qualifier] test.bigProperty
|
||||
[qualifier] test.bigProperty
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] test.bigProperty
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Outer.Nested
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Outer.Nested
|
||||
with default settings:
|
||||
[type] Outer.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: val param: Outer.Nested = Outer.Nested()
|
||||
with default settings:
|
||||
[type] Outer.Nested
|
||||
[qualifier] Outer.Nested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: val param: Outer.Nested = Outer.Nested()
|
||||
with default settings:
|
||||
[type] Outer.Nested
|
||||
[qualifier] Outer.Nested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: class Foo : Outer.Nested { constructor(): super() }
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: class Foo : Outer.Nested()
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Outer.OtherNested()
|
||||
with default settings:
|
||||
[qualifier] Outer.OtherNested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] Outer.OtherNested()
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Outer.OtherNested()
|
||||
with default settings:
|
||||
[qualifier] Outer.OtherNested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] Outer.OtherNested()
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Outer.OtherNested()
|
||||
with default settings:
|
||||
[qualifier] Outer.OtherNested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] Outer.OtherNested()
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Outer.OtherNested()
|
||||
with default settings:
|
||||
[qualifier] Outer.OtherNested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] Outer.OtherNested()
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: class Foo : Outer.Nested()
|
||||
with default settings:
|
||||
[type] Outer.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: val foo = object : Outer.Nested() {}
|
||||
with default settings:
|
||||
[type] Outer.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: val foo = object : Outer.Nested() {}
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Outer.Marker by Outer.MarkerImpl()
|
||||
with default settings:
|
||||
[qualifier] Outer.MarkerImpl()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[qualifier] Outer.MarkerImpl()
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: Outer.Marker by Outer.MarkerImpl()
|
||||
with default settings:
|
||||
[type] Outer.Marker
|
||||
[qualifier] Outer.MarkerImpl()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Marker
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Outer.Nested<Outer.OtherNested>
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: Outer.Nested<Outer.OtherNested>
|
||||
with default settings:
|
||||
[type] Outer.Nested<Outer.OtherNested>
|
||||
[type] Outer.OtherNested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested<Outer.OtherNested>
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: class Foo : Outer.Nested { constructor(): super() }
|
||||
with default settings:
|
||||
[type] Outer.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Outer.Nested
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+2
@@ -1,4 +1,6 @@
|
||||
Before shortening: Outer.Nested
|
||||
with default settings:
|
||||
[type] Outer.Nested
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] Outer.Nested
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: Outer.Nested
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: val prop: MyInterface.Nested = MyInterface.Nested()
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: val prop: JavaInterface.Nested = JavaInterface.Nested()
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: val prop: MyInterface.Nested = MyInterface.Nested()
|
||||
with default settings:
|
||||
[type] MyInterface.Nested
|
||||
[qualifier] MyInterface.Nested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] MyInterface.Nested
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: val prop: JavaInterface.Nested = JavaInterface.Nested()
|
||||
with default settings:
|
||||
[type] JavaInterface.Nested
|
||||
[qualifier] JavaInterface.Nested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] JavaInterface.Nested
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: val prop: MyBaseClass.Nested = MyBaseClass.Nested()
|
||||
with default settings:
|
||||
[type] MyBaseClass.Nested
|
||||
[qualifier] MyBaseClass.Nested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] MyBaseClass.Nested
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: val prop: JavaBaseClass.Nested = JavaBaseClass.Nested()
|
||||
with default settings:
|
||||
[type] JavaBaseClass.Nested
|
||||
[qualifier] JavaBaseClass.Nested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] JavaBaseClass.Nested
|
||||
|
||||
+3
@@ -1,4 +1,7 @@
|
||||
Before shortening: val prop: MyInterface.Nested get() = MyInterface.Nested()
|
||||
with default settings:
|
||||
[type] MyInterface.Nested
|
||||
[qualifier] MyInterface.Nested()
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
[type] MyInterface.Nested
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
Before shortening: val prop: MyInterface.Nested = MyInterface.Nested()
|
||||
with default settings:
|
||||
with DO_NOT_SHORTEN:
|
||||
with SHORTEN_IF_ALREADY_IMPORTED:
|
||||
with SHORTEN_AND_IMPORT:
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user