Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -4,12 +4,10 @@ public abstract class B {
|
||||
public final method foo(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class DefaultargsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class Defaultargs2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method reformat(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean, p2: boolean, p3: boolean, @org.jetbrains.annotations.NotNull p4: java.lang.String): T4
|
||||
}
|
||||
|
||||
|
||||
public final class T4 {
|
||||
private final field c1: boolean
|
||||
private final field c2: boolean
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method toMyPrefixedString(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Defaultargs3Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ public interface A {
|
||||
public abstract method bar2(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public synthetic static method bar$default(p0: A, p1: int, p2: int, p3: java.lang.Object): int
|
||||
@@ -12,19 +11,16 @@ public final class A/DefaultImpls {
|
||||
public synthetic static method bar2$default(p0: A, p1: int, p2: int, p3: java.lang.Object): int
|
||||
}
|
||||
|
||||
|
||||
public abstract class B {
|
||||
public method <init>(): void
|
||||
public method bar(p0: int): int
|
||||
public method bar2(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Defaultargs4Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,13 +4,11 @@ public abstract class B {
|
||||
public abstract method foo2(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public method foo2(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class Defaultargs5Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,20 +3,17 @@ public interface A {
|
||||
public abstract method foo(p0: int, p1: int, p2: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public synthetic static method foo$default(p0: A, p1: int, p2: int, p3: int, p4: int, p5: java.lang.Object): int
|
||||
public static method foo(p0: A, p1: int, p2: int, p3: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public method foo(p0: int, p1: int, p2: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class Defaultargs6Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method getExpected(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Defaultargs7Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-6
@@ -6,27 +6,21 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface ClassDescriptor
|
||||
|
||||
|
||||
public final class ClassDescriptorImpl {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface ClassifierDescriptor
|
||||
|
||||
|
||||
public final class FakeDescriptorWithSeveralOverridenOneKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface MemberDescriptor
|
||||
|
||||
|
||||
public interface Named {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -1,7 +1,6 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class A
|
||||
|
||||
|
||||
public final class FunctionExpressionKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field foo1: kotlin.jvm.functions.Function1
|
||||
private final static @org.jetbrains.annotations.NotNull field foo2: kotlin.jvm.functions.Function2
|
||||
|
||||
Vendored
-1
@@ -6,7 +6,6 @@ public final class FunctionLiteralExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method fooT2(p0: java.lang.Object): kotlin.jvm.functions.Function1
|
||||
}
|
||||
|
||||
|
||||
public final class t {
|
||||
public final static field INSTANCE: t
|
||||
private method <init>(): void
|
||||
|
||||
-3
@@ -2,20 +2,17 @@ public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Baz {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method baz(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Foo {
|
||||
private final @org.jetbrains.annotations.NotNull field lambda: kotlin.jvm.functions.Function1
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
||||
public final @org.jetbrains.annotations.NotNull method getLambda(): kotlin.jvm.functions.Function1
|
||||
}
|
||||
|
||||
|
||||
public final class FunctionNtoStringGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -2,14 +2,12 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: A, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ExtensionInvokeOnExprKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): A
|
||||
|
||||
@@ -8,13 +8,11 @@ public final class invoke/InvokeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test5(@org.jetbrains.annotations.NotNull p0: invoke.Method2, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class invoke/Method {
|
||||
public method <init>(): void
|
||||
public final method invoke(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class invoke/Method2 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InvokeOnExprByConventionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): A
|
||||
|
||||
@@ -6,7 +6,6 @@ public final class Bad {
|
||||
public final method test(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3189Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ public final class Cached {
|
||||
public method invoke(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3190Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getOrPut(@org.jetbrains.annotations.NotNull p0: java.util.Map, p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3450getAndInvokeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
|
||||
@@ -3,23 +3,19 @@ public class A {
|
||||
public final method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public class D {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3772Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getAttr(@org.jetbrains.annotations.NotNull p0: C): A
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final method invoke(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3821invokeOnThisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ public final class B {
|
||||
public synthetic method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3822invokeOnThisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class Kt1038Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method where(@org.jetbrains.annotations.NotNull p0: java.lang.Iterable, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.Iterable
|
||||
}
|
||||
|
||||
|
||||
public final class YieldingIterable {
|
||||
private final @org.jetbrains.annotations.NotNull field yielderFactory: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
@@ -13,7 +12,6 @@ public final class YieldingIterable {
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
|
||||
public final class YieldingIterator {
|
||||
private @org.jetbrains.annotations.Nullable field current: java.lang.Object
|
||||
private final @org.jetbrains.annotations.NotNull field yieldingFunction: kotlin.jvm.functions.Function0
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Kt1199Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method iterator(@org.jetbrains.annotations.Nullable p0: java.lang.Object): MyIterator
|
||||
}
|
||||
|
||||
|
||||
public interface MyIterator {
|
||||
public abstract method hasNext(): boolean
|
||||
public abstract method next(): java.lang.Object
|
||||
|
||||
@@ -2,12 +2,10 @@ public interface t/I {
|
||||
public abstract method f(): void
|
||||
}
|
||||
|
||||
|
||||
public final class t/Kt1413Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class t/Test {
|
||||
public method <init>(): void
|
||||
public final method bar(): void
|
||||
|
||||
@@ -2,14 +2,12 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.Nullable method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field method: kotlin.jvm.functions.Function0
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1649_1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
|
||||
@@ -2,14 +2,12 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field method: kotlin.jvm.functions.Function0
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1649_2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt1739Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class RunnableFunctionWrapper {
|
||||
private final @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method getJ(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2270Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,13 +3,11 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method method(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method method(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2481Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class someTest/Kt2716Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class someTest/Some {
|
||||
public final static field Companion: someTest.Some.Companion
|
||||
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
@@ -11,7 +10,6 @@ public final class someTest/Some {
|
||||
public final @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class someTest/Some/Companion {
|
||||
inner class someTest/Some/Companion
|
||||
private method <init>(): void
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Kt2739Kt {
|
||||
public final static @org.jetbrains.annotations.Nullable method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Pair {
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@@ -3,13 +3,11 @@ public final class A {
|
||||
public final method get(@org.jetbrains.annotations.NotNull p0: int[]): int
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method get(@org.jetbrains.annotations.NotNull p0: kotlin.Unit[]): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3214Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test1(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
|
||||
@@ -2,13 +2,11 @@ public final class Data {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3573Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method newInit(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): Data
|
||||
}
|
||||
|
||||
|
||||
public final class TestClass {
|
||||
private final @org.jetbrains.annotations.NotNull field test: Data
|
||||
public method <init>(): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Comment {
|
||||
private @org.jetbrains.annotations.NotNull field article: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -10,13 +9,11 @@ public final class Comment {
|
||||
public final method setArticle(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3724Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method new(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): Comment
|
||||
}
|
||||
|
||||
|
||||
public class Request {
|
||||
private final @org.jetbrains.annotations.NotNull field handler: kotlin.jvm.functions.Function1
|
||||
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
|
||||
@@ -8,7 +8,6 @@ public final class A {
|
||||
public final method setZ(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt785Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Kt4783Kt {
|
||||
public final static method local(): int
|
||||
}
|
||||
|
||||
|
||||
public final class T {
|
||||
private final field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Kt4784Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method plusAssign(): T
|
||||
}
|
||||
|
||||
|
||||
public class T {
|
||||
private field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class It {
|
||||
public final @org.jetbrains.annotations.NotNull method getId(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4989Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class LocalExtensionOnNullableParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method localExtensionOnNullableParameter(): T
|
||||
}
|
||||
|
||||
|
||||
public class T {
|
||||
private field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public final class LocalFunctionInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private final field property: int
|
||||
public method <init>(): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class RecursiveCompareToKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method compareTo(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): int
|
||||
|
||||
Reference in New Issue
Block a user