Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-2
@@ -2,14 +2,12 @@ public final class ClassFieldInsideNestedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Your {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user