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
@@ -6,12 +6,10 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method getx(): java.lang.String
}
public final class CaptureFunctionInPropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
@@ -5,12 +5,10 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
public final class InFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
@@ -5,12 +5,10 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
public final class InPropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
@@ -5,12 +5,10 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
public final class InPropertyDeepObjectChainKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
@@ -3,19 +3,16 @@ public final class A {
public final @org.jetbrains.annotations.NotNull method foo(): T
}
public class B {
private final @org.jetbrains.annotations.NotNull field x: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
public final class InPropertyFromSuperClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
@@ -4,23 +4,19 @@ public abstract class A {
public final method getX(): java.lang.Object
}
public class B {
public method <init>(): void
}
public final class C {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): T
}
public final class InPropertyFromSuperSuperClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
@@ -5,12 +5,10 @@ public final class B {
public final method getX(): int
}
public final class Kt4176Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public class Z {
private final field s: int
public method <init>(p0: int): void