Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-3
@@ -4,14 +4,12 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
inner class A/Companion/Season
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public static enum class A/Companion/Season {
|
||||
public final static field AUTUMN: A.Companion.Season
|
||||
public final static field SPRING: A.Companion.Season
|
||||
@@ -24,7 +22,6 @@ public static enum class A/Companion/Season {
|
||||
public static method values(): A.Companion.Season[]
|
||||
}
|
||||
|
||||
|
||||
public final class EnumInsideClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A.Companion.Season): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user