Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-2
@@ -2,14 +2,12 @@ public final class AccessViaSubclassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Base {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
-2
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method getTwo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class DelegatedKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field four$delegate: NumberDecrypter
|
||||
@@ -13,7 +12,6 @@ public final class DelegatedKt {
|
||||
public final static method getFour(): int
|
||||
}
|
||||
|
||||
|
||||
public final class NumberDecrypter {
|
||||
public final static field INSTANCE: NumberDecrypter
|
||||
private method <init>(): void
|
||||
|
||||
-1
@@ -8,7 +8,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 DelegatedMutableKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field result$delegate: Delegate
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ public enum class E {
|
||||
public static method values(): E[]
|
||||
}
|
||||
|
||||
|
||||
public final class EnumNameOrdinalKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,7 +5,6 @@ public final class DVal {
|
||||
public final method getValue(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class GenericPropertyKt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.Nullable field additionalText$delegate: DVal
|
||||
@@ -15,7 +14,6 @@ public final class GenericPropertyKt {
|
||||
public final static method getAdditionalValue(@org.jetbrains.annotations.NotNull p0: Value): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Value {
|
||||
private @org.jetbrains.annotations.Nullable field text: java.lang.String
|
||||
private field value: java.lang.Object
|
||||
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getMember(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InvokePropertyReferenceKt {
|
||||
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -7,14 +7,12 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getRef(): kotlin.reflect.KProperty1
|
||||
}
|
||||
|
||||
|
||||
public final class KClassInstanceIsInitializedFirstKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public final class Foo {
|
||||
protected final method setX(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt12982_protectedPropertyReferenceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -11,7 +11,6 @@ public final class Foo {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt14330Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class Kt6870_privatePropertyReferenceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private field iv: int
|
||||
public method <init>(): void
|
||||
|
||||
Vendored
-2
@@ -4,14 +4,12 @@ public class Base {
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class OverriddenInSubclassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -6,7 +6,6 @@ public final class Bar {
|
||||
public final method test(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateSetterInsideClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -5,13 +5,11 @@ public class Bar {
|
||||
private final method setFoo(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Baz {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method ref(): kotlin.reflect.KProperty1
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateSetterOutsideClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final method getX(): int
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -11,7 +11,6 @@ public final class Box {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleMutableMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -10,7 +10,6 @@ public final class Box {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleMutableTopLevelKt {
|
||||
private static @org.jetbrains.annotations.NotNull field pr: Box
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-1
@@ -10,7 +10,6 @@ public final class Box {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleTopLevelKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field foo: Box
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user