Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-2
@@ -4,14 +4,12 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method ok(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CompanionObjectReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -7,7 +7,6 @@ public enum class E {
|
||||
public static method values(): E[]
|
||||
}
|
||||
|
||||
|
||||
public final class EnumEntryMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
compiler/testData/codegen/light-analysis/callableReference/bound/equals/nullableReceiverInEquals.txt
Vendored
-1
@@ -2,7 +2,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class NullableReceiverInEqualsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field A_bar: kotlin.reflect.KMutableProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field A_foo: kotlin.reflect.KFunction
|
||||
|
||||
Vendored
-1
@@ -5,7 +5,6 @@ public final class C {
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyAccessorsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field C_prop: kotlin.reflect.KMutableProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field C_propReflect: kotlin.reflect.KMutableProperty1
|
||||
|
||||
Vendored
-1
@@ -4,7 +4,6 @@ public final class test/A {
|
||||
public final method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final class test/ReceiverInEqualsKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field A_foo: kotlin.reflect.KFunction
|
||||
private final static @org.jetbrains.annotations.NotNull field a: test.A
|
||||
|
||||
Vendored
-1
@@ -5,7 +5,6 @@ public final class C {
|
||||
public final method getBar(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ReflectionReferenceKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field C_bar: kotlin.reflect.KProperty1
|
||||
private final static @org.jetbrains.annotations.NotNull field C_barReflect: kotlin.reflect.KProperty1
|
||||
|
||||
-2
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method setV(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class F {
|
||||
public final static field INSTANCE: F
|
||||
private static field u: int
|
||||
@@ -15,7 +14,6 @@ public final class F {
|
||||
public final method setU(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MultiCaseKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method g(@org.jetbrains.annotations.NotNull p0: A, p1: int): int
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class ObjectReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Singleton {
|
||||
public final static field INSTANCE: Singleton
|
||||
private method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user