Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -3,7 +3,6 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C/Obj {
|
||||
public final static field INSTANCE: C.Obj
|
||||
private final static @org.jetbrains.annotations.NotNull field o: java.lang.String
|
||||
@@ -14,7 +13,6 @@ public final class C/Obj {
|
||||
public final @org.jetbrains.annotations.NotNull method getO(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Obj/D {
|
||||
private final @org.jetbrains.annotations.NotNull field ko: java.lang.String
|
||||
inner class C/Obj
|
||||
@@ -23,7 +21,6 @@ public final static class C/Obj/D {
|
||||
public final @org.jetbrains.annotations.NotNull method getKo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C/Obj/InnerObj {
|
||||
public final static field INSTANCE: C.Obj.InnerObj
|
||||
inner class C/Obj
|
||||
@@ -32,7 +29,6 @@ public final class C/Obj/InnerObj {
|
||||
public final @org.jetbrains.annotations.NotNull method k(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2398Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user