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
@@ -8,14 +8,12 @@ public final class A {
public final method getZ(): java.lang.Object
}
public final class B {
public final static field INSTANCE: B
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method component2(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
}
public final class ExtensionComponentsKt {
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: B): java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
@@ -13,7 +13,6 @@ public final class A {
public method toString(): java.lang.String
}
public final class GenericKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
@@ -13,7 +13,6 @@ public final class A {
public method toString(): java.lang.String
}
public final class InlineKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
@@ -13,7 +13,6 @@ public final class A {
public method toString(): java.lang.String
}
public final class OtherParametersKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function3): java.lang.String
@@ -13,7 +13,6 @@ public final class A {
public method toString(): java.lang.String
}
public final class SimpleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
@@ -5,7 +5,6 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method component3(): java.lang.String
}
public final class UnderscoreNamesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
@@ -16,7 +16,6 @@ public final class Station {
public method toString(): java.lang.String
}
public final class WithIndexedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}