Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user