Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -7,17 +7,14 @@ public final class CActing {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationToValKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface IActing {
|
||||
public abstract @org.jetbrains.annotations.NotNull method act(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private final @org.jetbrains.annotations.NotNull field acting: CActing
|
||||
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
||||
@@ -27,7 +24,6 @@ public final class Test {
|
||||
public final @org.jetbrains.annotations.NotNull method getActing(): CActing
|
||||
}
|
||||
|
||||
|
||||
public class Test2 {
|
||||
private final @org.jetbrains.annotations.NotNull field acting: CActing
|
||||
public @synthetic.kotlin.jvm.GeneratedByJvmOverloads method <init>(): void
|
||||
@@ -37,7 +33,6 @@ public class Test2 {
|
||||
public @org.jetbrains.annotations.NotNull method getActing(): CActing
|
||||
}
|
||||
|
||||
|
||||
public final class Test3 {
|
||||
private final @org.jetbrains.annotations.NotNull field acting: CActing
|
||||
public method <init>(): void
|
||||
|
||||
@@ -2,17 +2,14 @@ public interface A {
|
||||
public abstract method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface B
|
||||
|
||||
|
||||
public final class BImpl {
|
||||
private synthetic final field $$delegate_0: A
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
public method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt8154Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user