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 FinallyAndFinallyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
||||
}
|
||||
|
||||
|
||||
public final class MyString {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Kt3894Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
||||
}
|
||||
|
||||
|
||||
public final class MyString {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class LoopAndFinallyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test3(): MyString
|
||||
}
|
||||
|
||||
|
||||
public final class MyString {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class MyString {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TryLoopTryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
||||
|
||||
Reference in New Issue
Block a user