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