Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-2
@@ -4,13 +4,11 @@ public abstract class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class G {
|
||||
public method <init>(): void
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class RecursiveInnerAnonymousObjectKt {
|
||||
private final static method baz(): G
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user