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
@@ -3,31 +3,26 @@ public interface AL {
public abstract @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Object
}
public final class AL/DefaultImpls {
inner class AL/DefaultImpls
public static @org.jetbrains.annotations.Nullable method get(p0: AL, p1: int): java.lang.Object
}
public interface ALE {
inner class ALE/DefaultImpls
public abstract method getOrNull(p0: int, p1: java.lang.Object): java.lang.Object
}
public final class ALE/DefaultImpls {
inner class ALE/DefaultImpls
public static @org.jetbrains.annotations.Nullable method get(p0: ALE, p1: int): java.lang.Object
public static method getOrNull(p0: ALE, p1: int, p2: java.lang.Object): java.lang.Object
}
public final class MultipleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public class SmartArrayList {
public method <init>(): void
public @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Object
@@ -35,7 +30,6 @@ public class SmartArrayList {
public synthetic method getOrNull(p0: int, p1: java.lang.Object): java.lang.Object
}
public final class SmartArrayList2 {
public method <init>(): void
}