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 A {
|
||||
public abstract method a(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @A method test1(): int
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
}
|
||||
|
||||
|
||||
public final class CheckIfConstructorIsSyntheticKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method getA(): int
|
||||
}
|
||||
|
||||
|
||||
public final class DefArgs1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
private final field b: int
|
||||
@@ -17,7 +16,6 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DefArgs1InnerClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -8,7 +8,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DefArgs2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
private final field a: double
|
||||
private final field b: int
|
||||
@@ -17,7 +16,6 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DoubleDefArgs1InnerClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -9,7 +9,6 @@ public enum class A {
|
||||
public static method values(): A[]
|
||||
}
|
||||
|
||||
|
||||
public final class EnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public final class EnumWithOneDefArgKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Foo {
|
||||
public final static field B: Foo
|
||||
public final static field C: Foo
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public final class EnumWithTwoDefArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Foo {
|
||||
public final static field A: Foo
|
||||
public final static field B: Foo
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public final class EnumWithTwoDoubleDefArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Foo {
|
||||
public final static field A: Foo
|
||||
public final static field B: Foo
|
||||
|
||||
-2
@@ -8,14 +8,12 @@ public final class Foo {
|
||||
public final @org.jetbrains.annotations.NotNull method getParam(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getS(): Foo
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3060Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -69,7 +69,6 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final field a: int
|
||||
private final field aa: int
|
||||
@@ -157,7 +156,6 @@ public final class B {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private final field a: int
|
||||
private final field aa: int
|
||||
@@ -305,7 +303,6 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ManyArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user