Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,15 +2,12 @@ public final class Another {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public interface Base
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrefixIncrementOnClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: Base): Derived
|
||||
|
||||
Reference in New Issue
Block a user