Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user