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,14 +4,12 @@ public final class A {
public method <init>(): void
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method ok(): java.lang.String
}
public final class CompanionObjectReceiverKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -7,7 +7,6 @@ public enum class E {
public static method values(): E[]
}
public final class EnumEntryMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -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
@@ -6,7 +6,6 @@ public final class A {
public final method setV(p0: int): void
}
public final class F {
public final static field INSTANCE: F
private static field u: int
@@ -15,7 +14,6 @@ public final class F {
public final method setU(p0: int): void
}
public final class MultiCaseKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method g(@org.jetbrains.annotations.NotNull p0: A, p1: int): int
@@ -2,7 +2,6 @@ public final class ObjectReceiverKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Singleton {
public final static field INSTANCE: Singleton
private method <init>(): void