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 K {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt11943Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getMyjava1(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass): java.lang.Class
|
||||
public final static @org.jetbrains.annotations.NotNull method getMyjava2(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass): java.lang.Class
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
-4
@@ -4,24 +4,20 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class OK {
|
||||
public final static field INSTANCE: OK
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectSuperConstructorCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class S {
|
||||
private final @org.jetbrains.annotations.NotNull field klass: java.lang.Class
|
||||
private final field result: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user