Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,19 +2,16 @@ public final class BasicmethodSuperTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class N {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method extra(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Tr {
|
||||
inner class Tr/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method extra(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Tr/DefaultImpls {
|
||||
inner class Tr/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method extra(p0: Tr): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user