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
@@ -2,7 +2,6 @@ public final class A {
public method <init>(): void
}
public final class NullableReceiverInEqualsKt {
private final static @org.jetbrains.annotations.NotNull field A_bar: kotlin.reflect.KMutableProperty1
private final static @org.jetbrains.annotations.NotNull field A_foo: kotlin.reflect.KFunction
@@ -5,7 +5,6 @@ public final class C {
public final method setProp(p0: int): void
}
public final class PropertyAccessorsKt {
private final static @org.jetbrains.annotations.NotNull field C_prop: kotlin.reflect.KMutableProperty1
private final static @org.jetbrains.annotations.NotNull field C_propReflect: kotlin.reflect.KMutableProperty1
@@ -4,7 +4,6 @@ public final class test/A {
public final method foo(): void
}
public final class test/ReceiverInEqualsKt {
private final static @org.jetbrains.annotations.NotNull field A_foo: kotlin.reflect.KFunction
private final static @org.jetbrains.annotations.NotNull field a: test.A
@@ -5,7 +5,6 @@ public final class C {
public final method getBar(): int
}
public final class ReflectionReferenceKt {
private final static @org.jetbrains.annotations.NotNull field C_bar: kotlin.reflect.KProperty1
private final static @org.jetbrains.annotations.NotNull field C_barReflect: kotlin.reflect.KProperty1