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
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -6,7 +6,6 @@ public final class IncWithDefaultInGetterKt {
|
||||
public final static method setInc(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
private @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class Kt9140Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
public method <init>(): void
|
||||
public synthetic static method get$default(p0: X, p1: java.lang.String, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
|
||||
|
||||
-2
@@ -2,7 +2,6 @@ public final class PlusAssignWithDefaultInGetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
private @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -13,7 +12,6 @@ public final class X {
|
||||
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Y {
|
||||
private @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
-2
@@ -2,14 +2,12 @@ public final class AbstractClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Base {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: Base, p1: java.lang.String, p2: int, p3: java.lang.Object): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
-2
@@ -4,12 +4,10 @@ public final class Bar {
|
||||
public synthetic method foo(p0: java.lang.CharSequence): java.lang.CharSequence
|
||||
}
|
||||
|
||||
|
||||
public final class CovariantOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Foo {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: Foo, p1: java.lang.CharSequence, p2: int, p3: java.lang.Object): java.lang.CharSequence
|
||||
|
||||
Vendored
-2
@@ -4,12 +4,10 @@ public final class Bar {
|
||||
public synthetic method foo(p0: java.lang.CharSequence): java.lang.CharSequence
|
||||
}
|
||||
|
||||
|
||||
public final class CovariantOverrideGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Foo {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: Foo, p1: java.lang.CharSequence, p2: int, p3: java.lang.Object): java.lang.CharSequence
|
||||
|
||||
-2
@@ -4,7 +4,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
@@ -13,7 +12,6 @@ public final static class A/Companion {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ExtentionFunctionInClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ExtentionFunctionInObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,19 +3,16 @@ public interface Foo {
|
||||
public abstract method foo(p0: double): double
|
||||
}
|
||||
|
||||
|
||||
public final class Foo/DefaultImpls {
|
||||
inner class Foo/DefaultImpls
|
||||
public synthetic static method foo$default(p0: Foo, p1: double, p2: int, p3: java.lang.Object): double
|
||||
}
|
||||
|
||||
|
||||
public final class FooImpl {
|
||||
public method <init>(): void
|
||||
public method foo(p0: double): double
|
||||
}
|
||||
|
||||
|
||||
public final class FunInTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InnerExtentionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InnerExtentionFunctionDoubleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InnerExtentionFunctionDoubleTwoArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -9,7 +9,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InnerExtentionFunctionManyArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,20 +3,17 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method visit(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public synthetic static method visit$default(p0: A, p1: java.lang.String, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method visit(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String, p2: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method visit(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt5232Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -8,7 +8,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int, p9: int, p10: int, p11: int, p12: int, p13: int, p14: int, p15: int, p16: int, p17: int, p18: int, p19: int, p20: int, p21: int, p22: int, p23: int, p24: int, p25: int, p26: int, p27: int, p28: int, p29: int, p30: int, p31: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MemberFunctionManyArgsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,20 +3,17 @@ public interface Base {
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Base/DefaultImpls {
|
||||
inner class Base/DefaultImpls
|
||||
public synthetic static method bar$default(p0: Base, p1: java.lang.String, p2: int, p3: java.lang.Object): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: Base, p1: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ public final class A {
|
||||
private final method show(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt6382Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -5,7 +5,6 @@ public final class A {
|
||||
private final method foo(p0: int, p1: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
synthetic final field this$0: A
|
||||
inner class A/B
|
||||
@@ -13,7 +12,6 @@ public final class A/B {
|
||||
public final method bar(): int
|
||||
}
|
||||
|
||||
|
||||
public final class MemberExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -6,14 +6,12 @@ public final class A {
|
||||
private final method foo(p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,14 +5,12 @@ public final class A {
|
||||
synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): A
|
||||
}
|
||||
|
||||
|
||||
public final class PrimaryConstructorKt {
|
||||
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -5,14 +5,12 @@ public final class A {
|
||||
synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): A
|
||||
}
|
||||
|
||||
|
||||
public final class SecondaryConstructorKt {
|
||||
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -3,12 +3,10 @@ public final class bar/Bar {
|
||||
public final @org.jetbrains.annotations.NotNull method execute(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class bar/BarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class foo/Foo {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: foo.Foo, p1: boolean, p2: int, p3: java.lang.Object): java.lang.String
|
||||
|
||||
-3
@@ -6,21 +6,18 @@ public final class FooClass {
|
||||
public @org.jetbrains.annotations.NotNull method makeFromTraitImpl(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface FooTrait {
|
||||
inner class FooTrait/DefaultImpls
|
||||
public abstract method make(p0: int): java.lang.Object
|
||||
public abstract method makeFromTraitImpl(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class FooTrait/DefaultImpls {
|
||||
inner class FooTrait/DefaultImpls
|
||||
public synthetic static method make$default(p0: FooTrait, p1: int, p2: int, p3: java.lang.Object): java.lang.Object
|
||||
public static method makeFromTraitImpl(p0: FooTrait): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2789Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-4
@@ -4,26 +4,22 @@ public abstract class Game {
|
||||
public abstract @org.jetbrains.annotations.Nullable method getPlayer(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean): Player
|
||||
}
|
||||
|
||||
|
||||
public final class Kt9428Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Player {
|
||||
private final @org.jetbrains.annotations.NotNull field name: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleGame {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.Nullable method getPlayer(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean): SlashPlayer
|
||||
public synthetic method getPlayer(p0: java.lang.String, p1: boolean): Player
|
||||
}
|
||||
|
||||
|
||||
public class SlashPlayer {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
-2
@@ -4,14 +4,12 @@ public abstract class A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method test(p0: java.lang.Object, p1: boolean): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean): java.lang.String
|
||||
public synthetic method test(p0: java.lang.Object, p1: boolean): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt9924Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class _1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class _2Kt {
|
||||
public synthetic static method ok$default(p0: java.lang.String, p1: int, p2: java.lang.Object): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method ok(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user