Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -3,14 +3,12 @@ public class A {
|
||||
public method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
public method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectWithSuperclassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user