Light analysis tests: do not render empty lines between classes and in the beginning

This commit is contained in:
Alexander Udalov
2016-12-22 16:36:56 +03:00
parent 8fb7a70972
commit 5402d50ea3
1597 changed files with 10 additions and 3598 deletions
@@ -14,7 +14,6 @@ public final class A {
public method toString(): java.lang.String
}
public final class B {
private final @org.jetbrains.annotations.Nullable field a: java.lang.Object
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
@@ -27,7 +26,6 @@ public final class B {
public method toString(): java.lang.String
}
public final class C {
private final field a: int
private @org.jetbrains.annotations.Nullable field x: java.lang.Integer
@@ -44,7 +42,6 @@ public final class C {
public method toString(): java.lang.String
}
public final class D {
private final @org.jetbrains.annotations.Nullable field a: java.lang.Integer
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
@@ -57,7 +54,6 @@ public final class D {
public method toString(): java.lang.String
}
public final class NullKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}