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,12 +4,10 @@ public final class A {
private final method x(): void
}
public interface Callable {
public abstract method call(p0: boolean): void
}
public final class Kt8608Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
@@ -2,17 +2,14 @@ public final class Exception1 {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Exception2 {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Exception3 {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class MultipleCatchBlocksKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,6 @@ public final class MyException {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class TryInsideTryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}