Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-2
@@ -3,7 +3,6 @@ public final class BoundInnerClassConstructorKt {
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field s1: java.lang.String
|
||||
inner class Outer/Inner
|
||||
@@ -11,7 +10,6 @@ public final class Outer {
|
||||
public final @org.jetbrains.annotations.NotNull method getS1(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Outer/Inner {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field s2: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user