Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,7 +2,6 @@ public final class AnnotatedEnumEntryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class E {
|
||||
public final static @First field E1: E
|
||||
public final static @Second field E2: E
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class FunExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo0(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Class
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo0(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Class
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public annotation class Ann {
|
||||
public abstract method v(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotatedObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -6,13 +6,11 @@ public final class KotlinClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class KotlinClass/Companion {
|
||||
inner class KotlinClass/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,7 +5,6 @@ public interface KotlinInterface {
|
||||
inner class KotlinInterface/Companion
|
||||
}
|
||||
|
||||
|
||||
public final static class KotlinInterface/Companion {
|
||||
public final static field FOO_INT: int
|
||||
public final static @org.jetbrains.annotations.NotNull field FOO_STRING: java.lang.String
|
||||
@@ -13,7 +12,6 @@ public final static class KotlinInterface/Companion {
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinInterfaceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -11,13 +11,11 @@ public annotation class Ann {
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationsOnDefaultKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.annotation.Annotation[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public @Ann method <init>(p0: int, p1: int, p2: int): void
|
||||
public synthetic method <init>(p0: int, p1: int, p2: int, p3: int, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public annotation class Ann {
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationsOnTypeAliasesKt {
|
||||
public final static method assertHasDeclaredMethodWithAnn(@org.jetbrains.annotations.NotNull p0: java.lang.Class): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -17,7 +17,6 @@ public annotation class Ann {
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann2
|
||||
|
||||
|
||||
public final class DefaultParameterValuesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -27,7 +26,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public enum class MyEnum {
|
||||
public final static field A: MyEnum
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
|
||||
-2
@@ -4,7 +4,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegatedPropertySetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -13,7 +12,6 @@ public final class DelegatedPropertySetterKt {
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class First
|
||||
|
||||
|
||||
public final class MyClass {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field x$delegate: Delegate
|
||||
|
||||
@@ -12,13 +12,11 @@ public final class C {
|
||||
public final @kotlin.jvm.Synchronized method sync(): void
|
||||
}
|
||||
|
||||
|
||||
public final class CustomDelegate {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class JvmAnnotationFlagsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -12,7 +12,6 @@ public annotation class Ann {
|
||||
public abstract method str(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public final static field Companion: Foo.Companion
|
||||
public final static field b: byte
|
||||
@@ -28,13 +27,11 @@ public final class Foo {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinPropertyFromClassObjectAsParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -12,7 +12,6 @@ public annotation class Ann {
|
||||
public abstract method str(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinTopLevelPropertyAsParameterKt {
|
||||
public final static field b: byte
|
||||
public final static field bool: boolean
|
||||
|
||||
@@ -14,7 +14,6 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt10136Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/B {
|
||||
public final static field Companion: A.B.Companion
|
||||
public final static field i: int
|
||||
@@ -12,7 +11,6 @@ public final static class A/B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/B/Companion {
|
||||
inner class A/B
|
||||
inner class A/B/Companion
|
||||
@@ -30,7 +28,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class NestedClassPropertyAsParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -16,7 +16,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ParameterWithPrimitiveTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -9,7 +9,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyWithPropertyInInitializerAsParameterKt {
|
||||
public final static field i2: int
|
||||
public final static field i: int
|
||||
|
||||
-1
@@ -54,7 +54,6 @@ public final class MyClass9 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class VarargInAnnotationParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
|
||||
Reference in New Issue
Block a user