Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-3
@@ -3,13 +3,11 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
|
||||
|
||||
public final class ForLoopMemberExtensionNextKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field hasNext: boolean
|
||||
public method <init>(): void
|
||||
@@ -18,7 +16,6 @@ public final class It {
|
||||
public final method setHasNext(p0: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
public method <init>(): void
|
||||
public final method next(@org.jetbrains.annotations.NotNull p0: It): int
|
||||
|
||||
Reference in New Issue
Block a user