Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-2
@@ -2,13 +2,11 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public abstract class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class CovariantOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-4
@@ -4,26 +4,22 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method test2(p0: java.lang.Object): A
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static method test1(p0: A, p1: java.lang.Object, p2: java.lang.Object): java.lang.Object
|
||||
public static @org.jetbrains.annotations.NotNull method test2(p0: A, p1: java.lang.Object): A
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final field value: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
public final method getValue(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
private final field p1: java.lang.Object
|
||||
private final @org.jetbrains.annotations.NotNull field p2: B
|
||||
|
||||
-5
@@ -2,12 +2,10 @@ public final class GenericBackingFieldSignatureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TParam {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.Nullable field classField1: Z
|
||||
@@ -27,17 +25,14 @@ public final class Test {
|
||||
public final @org.jetbrains.annotations.Nullable method getDelegateNotNull(): Z
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zin {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zout {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
Vendored
-6
@@ -3,7 +3,6 @@ public final class GenericMethodSignatureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.Class, @org.jetbrains.annotations.NotNull p3: java.lang.String, @org.jetbrains.annotations.NotNull p4: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Params {
|
||||
private final @org.jetbrains.annotations.NotNull field expecedParamType: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field expectedReturnType: java.lang.String
|
||||
@@ -16,12 +15,10 @@ public final class Params {
|
||||
public final @org.jetbrains.annotations.NotNull method getParamClass(): java.lang.Class
|
||||
}
|
||||
|
||||
|
||||
public final class TParam {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.Nullable method test1(p0: java.lang.Object): java.lang.Object
|
||||
@@ -31,17 +28,14 @@ public final class Test {
|
||||
public final @org.jetbrains.annotations.Nullable method test5(p0: java.lang.Object): Zin
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zin {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Zout {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
-3
@@ -4,19 +4,16 @@ public interface A {
|
||||
public abstract method p(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.Nullable method getZ(p0: A, p1: java.lang.Object): java.lang.Object
|
||||
public static method p(p0: A, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt11121Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-5
@@ -5,19 +5,16 @@ public final class test/ErrorsJvmClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class test/ErrorsJvmClass/Companion {
|
||||
inner class test/ErrorsJvmClass/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public interface test/ErrorsJvmTrait {
|
||||
public final static field Companion: test.ErrorsJvmTrait.Companion
|
||||
inner class test/ErrorsJvmTrait/Companion
|
||||
}
|
||||
|
||||
|
||||
public final static class test/ErrorsJvmTrait/Companion {
|
||||
private final static @org.jetbrains.annotations.NotNull field param: test.G
|
||||
inner class test/ErrorsJvmTrait/Companion
|
||||
@@ -25,14 +22,12 @@ public final static class test/ErrorsJvmTrait/Companion {
|
||||
public final @org.jetbrains.annotations.NotNull method getParam(): test.G
|
||||
}
|
||||
|
||||
|
||||
public final class test/G {
|
||||
private final field s: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
public final method getS(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class test/Kt5112Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -5,19 +5,16 @@ public final class test/A {
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method a(@org.jetbrains.annotations.NotNull p0: test.B): test.B
|
||||
}
|
||||
|
||||
|
||||
public final static class test/A/Companion {
|
||||
inner class test/A/Companion
|
||||
private method <init>(): void
|
||||
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method a(@org.jetbrains.annotations.NotNull p0: test.B): test.B
|
||||
}
|
||||
|
||||
|
||||
public class test/B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class test/Kt6106Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user