Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -4,13 +4,11 @@ public interface A {
|
||||
public abstract method getProperty(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static method a(p0: A): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
private final @org.jetbrains.annotations.NotNull field property: java.lang.Object
|
||||
public method <init>(): void
|
||||
@@ -18,14 +16,12 @@ public class B {
|
||||
public @org.jetbrains.annotations.NotNull method getProperty(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
private final @org.jetbrains.annotations.NotNull field property: java.lang.Object
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getProperty(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class GenericMethodKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user