Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CallableReferencesEqualToCallablesFromAPIKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method checkEqual(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
||||
|
||||
-3
@@ -5,19 +5,16 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Nested {
|
||||
inner class A/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassToStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -3,13 +3,11 @@ public final class A {
|
||||
public final method mem(): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method mem(): void
|
||||
}
|
||||
|
||||
|
||||
public final class FunctionEqualsHashCodeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method checkEqual(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class test/A {
|
||||
public final @org.jetbrains.annotations.NotNull method mem(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class test/FunctionToStringKt {
|
||||
public final static method assertToString(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method setId(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class MemberExtensionToStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method getBaz(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ParametersEqualsHashCodeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class A {
|
||||
public final method bar(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ParametersToStringKt {
|
||||
public final static method baz(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-2
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method setMem(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field mem: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public final method setMem(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyEqualsHashCodeKt {
|
||||
private static field top2: int
|
||||
private final static field top: int
|
||||
|
||||
-2
@@ -4,7 +4,6 @@ public final class test/A {
|
||||
public final @org.jetbrains.annotations.NotNull method getMem(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class test/B {
|
||||
private @org.jetbrains.annotations.NotNull field mem: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -12,7 +11,6 @@ public final class test/B {
|
||||
public final method setMem(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class test/PropertyToStringKt {
|
||||
private static field top2: int
|
||||
private final static field top: int
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class A {
|
||||
public final method typeParam(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class TypeEqualsHashCodeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method nullable(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
Vendored
-4
@@ -2,23 +2,19 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Fourple {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Fun {
|
||||
public method <init>(): void
|
||||
public final method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class TypeParametersEqualsHashCodeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -2,15 +2,12 @@ public final class OneBound {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SeveralBounds {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class TypeParametersToStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Variance
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.Nullable method bar(p0: java.lang.Object, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class TypeToStringKt {
|
||||
public final static method baz(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-3
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
synthetic final field this$0: A
|
||||
inner class A/B
|
||||
@@ -11,7 +10,6 @@ public final class A/B {
|
||||
public method <init>(p0: A): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B/C {
|
||||
synthetic final field this$0: A.B
|
||||
inner class A/B
|
||||
@@ -19,7 +17,6 @@ public final class A/B/C {
|
||||
public method <init>(p0: A.B): void
|
||||
}
|
||||
|
||||
|
||||
public final class TypeToStringInnerGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): A.B.C
|
||||
|
||||
Reference in New Issue
Block a user