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
@@ -7,7 +7,6 @@ public final class Delegate {
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: java.lang.Object): void
}
public final class Foo {
private final static @org.jetbrains.annotations.NotNull field A$delegate: Delegate
private final static @org.jetbrains.annotations.NotNull field B$delegate: Delegate
@@ -18,7 +17,6 @@ public final class Foo {
public final method getF(): int
}
public final static class Foo/Companion {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
inner class Foo/Companion
@@ -28,13 +26,11 @@ public final static class Foo/Companion {
public final method setB(@org.jetbrains.annotations.NotNull p0: Foo): void
}
public interface FooTrait {
public final static field Companion: FooTrait.Companion
inner class FooTrait/Companion
}
public final static class FooTrait/Companion {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.NotNull field A$delegate: Delegate
@@ -46,7 +42,6 @@ public final static class FooTrait/Companion {
public final method setB(@org.jetbrains.annotations.NotNull p0: Foo): void
}
public final class Kt4138Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}