Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-1
@@ -13,7 +13,6 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CloneCallsConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -13,7 +13,6 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CloneCallsSuperKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -13,7 +13,6 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CloneCallsSuperAndModifiesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -4,7 +4,6 @@ public class A {
|
||||
public synthetic method clone(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -15,7 +14,6 @@ public class B {
|
||||
public final method setS(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
private @org.jetbrains.annotations.NotNull field l: java.util.ArrayList
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.util.ArrayList): void
|
||||
@@ -27,7 +25,6 @@ public class C {
|
||||
public final method setL(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): void
|
||||
}
|
||||
|
||||
|
||||
public final class CloneHierarchyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -12,7 +12,6 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CloneableClassWithoutCloneKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user