Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -3,7 +3,6 @@ public annotation class Anno {
|
||||
public abstract method klasses(): java.lang.Class[]
|
||||
}
|
||||
|
||||
|
||||
public final class ArrayOfKClassesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -8,7 +8,6 @@ public annotation class Anno {
|
||||
public abstract method levels(): kotlin.DeprecationLevel[]
|
||||
}
|
||||
|
||||
|
||||
public final class EnumKClassAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @Anno method foo(): void
|
||||
|
||||
Vendored
-1
@@ -6,7 +6,6 @@ public annotation class test/B {
|
||||
public abstract method s(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class test/EqualsHashCodeToStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @test.A @test.B method javaReflectionAnnotationInstances(): void
|
||||
|
||||
Vendored
-1
@@ -8,7 +8,6 @@ public annotation class F {
|
||||
public abstract method f(): float
|
||||
}
|
||||
|
||||
|
||||
public final class FloatingPointParametersKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ public annotation class Anno {
|
||||
public abstract method equals(): boolean
|
||||
}
|
||||
|
||||
|
||||
public final class ParameterNamedEqualsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -20,7 +20,6 @@ public annotation class Anno {
|
||||
public abstract method za(): boolean[]
|
||||
}
|
||||
|
||||
|
||||
public final class PrimitivesAndArraysKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @Anno method foo(): void
|
||||
|
||||
Reference in New Issue
Block a user