Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-4
@@ -6,7 +6,6 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
synthetic final field this$0: A
|
||||
@@ -22,18 +21,15 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method test6(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Base {
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InnerClassLabeledSuperPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class K {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user