Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -18,13 +18,11 @@ public final class C {
|
||||
public final @kotlin.jvm.JvmName method set_rwProperty(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Inner {
|
||||
inner class C/Inner
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassMembersKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field ints: java.util.List
|
||||
private final static @org.jetbrains.annotations.NotNull field strs: java.util.List
|
||||
|
||||
-1
@@ -8,7 +8,6 @@ public final class Foo {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Foo {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method qux(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__MultifileClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__MultifileClassWithLocalClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__MultifileClassWithLocalGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -5,12 +5,10 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: java.lang.Object, p2: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyAccessorsUseSiteKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestIt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private field isFries: boolean
|
||||
|
||||
Reference in New Issue
Block a user