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
@@ -2,7 +2,6 @@
@java.lang.annotation.Retention
public annotation class Anno
public final class AnnotationRetentionAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -3,7 +3,6 @@ public annotation class Anno {
public abstract method value(): java.lang.String
}
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,7 +1,6 @@
@java.lang.annotation.Retention
public annotation class Get
public final class PropertyAccessorsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @Get @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
@@ -3,7 +3,6 @@ public annotation class Ann {
public abstract method value(): java.lang.String
}
public final class PropertyWithoutBackingFieldKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
@@ -2,7 +2,6 @@
@java.lang.annotation.Retention
public annotation class BinaryAnno
public final class RetentionsKt {
public final static @RuntimeAnno @SourceAnno @BinaryAnno @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -9,7 +9,6 @@ public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleClassAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -9,7 +9,6 @@ public annotation class Primary
@java.lang.annotation.Retention
public annotation class Secondary
public final class SimpleConstructorAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -4,7 +4,6 @@ public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleFunAnnotationKt {
public final static @Simple @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -4,7 +4,6 @@ public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleParamAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@Simple p0: int): void
@@ -4,7 +4,6 @@ public annotation class Simple {
public abstract method value(): java.lang.String
}
public final class SimpleValAnnotationKt {
private final static field foo: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String