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,7 +3,6 @@ public final class CollectionKt {
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
}
public final class MyCollection {
public method <init>(): void
public method add(p0: java.lang.Object): boolean
@@ -2,7 +2,6 @@ public final class IteratorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyIterator {
private final field v: java.lang.Object
public method <init>(p0: java.lang.Object): void
@@ -2,7 +2,6 @@ public final class IteratorWithRemoveKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyIterator {
private final field v: java.lang.Object
public method <init>(p0: java.lang.Object): void
@@ -3,7 +3,6 @@ public final class ListKt {
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
}
public final class MyList {
public method <init>(): void
public method add(p0: int, p1: java.lang.Object): void
@@ -3,7 +3,6 @@ public final class ListIteratorKt {
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
}
public final class MyListIterator {
public method <init>(): void
public method add(p0: java.lang.Object): void
@@ -2,7 +2,6 @@ public final class ListWithAllImplementationsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyList {
private final field v: java.lang.Object
public method <init>(p0: java.lang.Object): void
@@ -2,7 +2,6 @@ public final class ListWithAllInheritedImplementationsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyList {
public method <init>(p0: java.lang.Object): void
public method contains(p0: java.lang.Object): boolean
@@ -24,7 +23,6 @@ public final class MyList {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public class Super {
private final field v: java.lang.Object
public method <init>(p0: java.lang.Object): void
@@ -3,7 +3,6 @@ public final class MapKt {
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
}
public final class MyMap {
public method <init>(): void
public method clear(): void
@@ -2,7 +2,6 @@ public final class MapEntryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyMapEntry {
public method <init>(): void
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
@@ -2,7 +2,6 @@ public final class MapEntryWithSetValueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyMapEntry {
public method <init>(): void
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
@@ -2,7 +2,6 @@ public final class MapWithAllImplementationsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyMap {
public method <init>(): void
public final method clear(): void
@@ -36,7 +36,6 @@ public final class MyList {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class SubstitutedListKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
@@ -3,12 +3,10 @@ public abstract class A {
public abstract method remove(): void
}
public final class AbstractMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class B {
private @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
@@ -19,12 +19,10 @@ public final class A {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class CustomReadOnlyIteratorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyIterator {
public final static field INSTANCE: MyIterator
private method <init>(): void
@@ -27,7 +27,6 @@ public final class A {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class B {
private synthetic final field $$delegate_0: A
public method <init>(): void
@@ -65,7 +64,6 @@ public final class B {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class DelegationToArrayListKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
@@ -16,7 +16,6 @@ public final class A {
public final method size(): int
}
public final class AbstractListKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -18,7 +18,6 @@ public final class A {
public final method values(): java.util.Collection
}
public final class AbstractMapKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -8,7 +8,6 @@ public final class A {
public final method size(): int
}
public final class AbstractSetKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -14,7 +14,6 @@ public final class A {
public final method size(): int
}
public final class ArrayListKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -18,7 +18,6 @@ public final class A {
public final method values(): java.util.Collection
}
public final class HashMapKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -8,7 +8,6 @@ public final class A {
public final method size(): int
}
public final class HashSetKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class MainKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyMapEntry {
public method <init>(): void
}
@@ -4,7 +4,6 @@ public interface ImmutableCollection {
public abstract @org.jetbrains.annotations.NotNull method remove(p0: java.lang.Object): ImmutableCollection
}
public final class ImmutableCollectionmpl {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method add(p0: java.lang.Object): ImmutableCollection
@@ -26,7 +25,6 @@ public final class ImmutableCollectionmpl {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class ImmutableRemoveKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -3,13 +3,11 @@ public interface Addable {
public abstract method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
}
public final class Addable/DefaultImpls {
inner class Addable/DefaultImpls
public static method add(@org.jetbrains.annotations.NotNull p0: Addable, p1: java.lang.String): boolean
}
public final class C {
public method <init>(): void
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
@@ -46,7 +44,6 @@ public final class C {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class ImplementationInTraitKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class InheritedImplementationsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class S {
public method <init>(): void
public synthetic method add(p0: java.lang.Object): boolean
@@ -21,7 +20,6 @@ public final class S {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public class SetStringImpl {
public method <init>(): void
public final method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
@@ -18,7 +18,6 @@ public final class A {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class ManyTypeParametersWithUpperBoundsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
@@ -19,7 +19,6 @@ public final class MyCollection {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class NonTrivialSubstitutionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -7,7 +7,6 @@ public final class MyIterator {
public method remove(): void
}
public final class NonTrivialUpperBoundKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,10 +2,8 @@ public final class E {
public method <init>(): void
}
public interface MyIterable
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): MyIterable
@@ -34,7 +34,6 @@ public abstract class C {
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}