Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-4
@@ -2,7 +2,6 @@ public final class ClassObjectsWithParentClassesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Test {
|
||||
public final static field Companion: Test.Companion
|
||||
inner class Test/Companion
|
||||
@@ -12,14 +11,12 @@ public class Test {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): Test.InnerClass
|
||||
}
|
||||
|
||||
|
||||
public final static class Test/Companion {
|
||||
inner class Test/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method testStatic(@org.jetbrains.annotations.NotNull p0: Test.InnerClass): Test.NotInnerClass
|
||||
}
|
||||
|
||||
|
||||
public class Test/InnerClass {
|
||||
synthetic final field this$0: Test
|
||||
private final field value: int
|
||||
@@ -28,7 +25,6 @@ public class Test/InnerClass {
|
||||
public final method getValue(): int
|
||||
}
|
||||
|
||||
|
||||
public static class Test/NotInnerClass {
|
||||
private final field value: int
|
||||
inner class Test/NotInnerClass
|
||||
|
||||
Reference in New Issue
Block a user