Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,7 +2,6 @@ public final class InitializerBlockDImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class World {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: World.Item
|
||||
private final @org.jetbrains.annotations.NotNull field items: java.util.ArrayList
|
||||
@@ -12,7 +11,6 @@ public final class World {
|
||||
public final @org.jetbrains.annotations.NotNull method getItems(): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public final class World/Item {
|
||||
synthetic final field this$0: World
|
||||
inner class World/Item
|
||||
|
||||
Reference in New Issue
Block a user