Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
public interface Abstract
|
||||
|
||||
|
||||
public class Base {
|
||||
public method <init>(): void
|
||||
public final method n(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class Derived1 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Derived2 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class FunDelegationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: Base): boolean
|
||||
|
||||
Reference in New Issue
Block a user