Light analysis tests: do not render empty lines between classes and in the beginning

This commit is contained in:
Alexander Udalov
2016-12-22 16:36:56 +03:00
parent 8fb7a70972
commit 5402d50ea3
1597 changed files with 10 additions and 3598 deletions
@@ -4,7 +4,6 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method ok(): java.lang.String
}
private final class A/Foo {
public final static field INSTANCE: A.Foo
private final static @org.jetbrains.annotations.NotNull field foov: java.lang.String
@@ -15,7 +14,6 @@ private final class A/Foo {
public final @org.jetbrains.annotations.NotNull method getFoov(): java.lang.String
}
public final class A/Foo/Bar {
public final static field INSTANCE: A.Foo.Bar
private final static @org.jetbrains.annotations.NotNull field barv: java.lang.String
@@ -26,7 +24,6 @@ public final class A/Foo/Bar {
public final @org.jetbrains.annotations.NotNull method getBarv(): java.lang.String
}
public final class Kt2675Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}