Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,14 +2,12 @@ public final class foo/JvmStaticExternalKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class foo/ObjWithNative {
|
||||
public final static field INSTANCE: foo.ObjWithNative
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method bar(p0: long, @org.jetbrains.annotations.NotNull p1: java.lang.String): double
|
||||
}
|
||||
|
||||
|
||||
public final class foo/WithNative {
|
||||
public final static field Companion: foo.WithNative.Companion
|
||||
inner class foo/WithNative/Companion
|
||||
@@ -17,7 +15,6 @@ public final class foo/WithNative {
|
||||
public final static @kotlin.jvm.JvmStatic method bar(p0: long, @org.jetbrains.annotations.NotNull p1: java.lang.String): double
|
||||
}
|
||||
|
||||
|
||||
public final static class foo/WithNative/Companion {
|
||||
inner class foo/WithNative/Companion
|
||||
private method <init>(): void
|
||||
|
||||
-2
@@ -6,7 +6,6 @@ public final class C {
|
||||
private final static @kotlin.jvm.JvmStatic method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
@@ -14,7 +13,6 @@ public final static class C/Companion {
|
||||
private final @kotlin.jvm.JvmStatic method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final class JvmStaticExternalPrivateKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class foo/ObjWithNative {
|
||||
public final method foo(p0: int): double
|
||||
}
|
||||
|
||||
|
||||
public final class foo/WithDefaultArgKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method topLevel$default(p0: int, p1: int, p2: java.lang.Object): double
|
||||
|
||||
Reference in New Issue
Block a user