Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-2
@@ -9,7 +9,6 @@ public final class A {
|
||||
public final method getResult(): int
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
@@ -18,7 +17,6 @@ public final static class A/Companion {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AccessToCompanionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method getResult(): int
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
public final static field INSTANCE: A.B
|
||||
private final static field prop: int
|
||||
@@ -17,14 +16,12 @@ public final class A/B {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class A/C {
|
||||
public final static field INSTANCE: A.C
|
||||
inner class A/C
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class AccessToNestedObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class BasicNoPrimaryManySinksKt {
|
||||
private static @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-1
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class BasicNoPrimaryOneSinkKt {
|
||||
private static @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-1
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class BasicPrimaryKt {
|
||||
private static @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-2
@@ -6,12 +6,10 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class CallFromPrimaryWithNamedArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -6,12 +6,10 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class CallFromPrimaryWithOptionalArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -7,14 +7,12 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field y: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getY(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CallFromSubClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -10,7 +10,6 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String, p2: int): void
|
||||
@@ -18,7 +17,6 @@ public final class B {
|
||||
public synthetic method <init>(p0: java.lang.String, p1: java.lang.String, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClashingDefaultConstructorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -18,7 +18,6 @@ public final class A1 {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A2 {
|
||||
private @org.jetbrains.annotations.NotNull field prop1: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field prop2: java.lang.String
|
||||
@@ -36,7 +35,6 @@ public final class A2 {
|
||||
public final method setProp3(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class DataClassesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -9,7 +9,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DefaultArgsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field global: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DefaultParametersNotDuplicatedKt {
|
||||
private static field global: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getF(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
|
||||
public final class DelegatedThisWithLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -2,13 +2,11 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private synthetic final field $$delegate_0: B
|
||||
public method <init>(): void
|
||||
@@ -16,7 +14,6 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationWithPrimaryKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field global: B
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -18,14 +18,12 @@ public enum class A1 {
|
||||
public static method values(): A1[]
|
||||
}
|
||||
|
||||
|
||||
final static class A1/Y {
|
||||
inner class A1/Y
|
||||
method <init>(p0: java.lang.String, p1: int): void
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class A2 {
|
||||
public final static field X: A2
|
||||
public final static field Y: A2
|
||||
@@ -46,14 +44,12 @@ public enum class A2 {
|
||||
public static method values(): A2[]
|
||||
}
|
||||
|
||||
|
||||
final static class A2/Y {
|
||||
inner class A2/Y
|
||||
method <init>(p0: java.lang.String, p1: int): void
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class EnumsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
private final field x: java.lang.Object
|
||||
private final field y: java.lang.Object
|
||||
@@ -14,7 +13,6 @@ public class B {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class GenericsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -2,7 +2,6 @@ public final class InnerClassesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field outerProp: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
@@ -14,7 +13,6 @@ public final class Outer {
|
||||
public final method setSideEffects(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/A1 {
|
||||
private @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
@@ -26,7 +24,6 @@ public final class Outer/A1 {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/A2 {
|
||||
private @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
|
||||
-3
@@ -2,7 +2,6 @@ public final class InnerClassesInheritanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field outerProp: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
@@ -14,7 +13,6 @@ public final class Outer {
|
||||
public final method setSideEffects(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public abstract class Outer/A1 {
|
||||
private @org.jetbrains.annotations.NotNull field parentProp: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
@@ -25,7 +23,6 @@ public abstract class Outer/A1 {
|
||||
public final method setParentProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/A2 {
|
||||
private @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public class C {
|
||||
public final @org.jetbrains.annotations.NotNull method getGrandParentProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class LocalClassesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public abstract class B {
|
||||
private final field arg: int
|
||||
private final @org.jetbrains.annotations.NotNull field parentProp: java.lang.String
|
||||
@@ -16,7 +15,6 @@ public abstract class B {
|
||||
public final @org.jetbrains.annotations.NotNull method getParentProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SuperCallPrimaryKt {
|
||||
private static @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public abstract class B {
|
||||
private final @org.jetbrains.annotations.NotNull field parentProp: java.lang.String
|
||||
protected method <init>(p0: int): void
|
||||
@@ -15,7 +14,6 @@ public abstract class B {
|
||||
public final @org.jetbrains.annotations.NotNull method getParentProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SuperCallSecondaryKt {
|
||||
private static @org.jetbrains.annotations.NotNull field sideEffects: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -4,14 +4,12 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
private final @org.jetbrains.annotations.NotNull field parentProp: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
|
||||
public final @org.jetbrains.annotations.NotNull method getParentProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class VarargsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method join(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class WithGenericsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class WithNonLocalReturnKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
-1
@@ -11,7 +11,6 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class WithPrimaryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class WithReturnKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class WithReturnUnitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class WithVarargsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method join(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String
|
||||
|
||||
-1
@@ -10,7 +10,6 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class WithoutPrimaryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user