Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -11,12 +11,10 @@ public enum class ExecutionType {
|
||||
public static method values(): ExecutionType[]
|
||||
}
|
||||
|
||||
|
||||
public final class MyException {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class NonLocalReturnKt {
|
||||
private final static field count: int
|
||||
private final static @org.jetbrains.annotations.NotNull field doneSignal: java.util.concurrent.CountDownLatch
|
||||
@@ -38,7 +36,6 @@ public final class NonLocalReturnKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method testTemplate(@org.jetbrains.annotations.NotNull p0: ExecutionType, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestLocal {
|
||||
private final @org.jetbrains.annotations.NotNull field executionType: ExecutionType
|
||||
private final @org.jetbrains.annotations.NotNull field name: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user