Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,20 +2,16 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
public abstract @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface C
|
||||
|
||||
|
||||
public final class Kt3546Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MyClass {
|
||||
private final @org.jetbrains.annotations.NotNull field value: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C): void
|
||||
@@ -23,7 +19,6 @@ public final class MyClass {
|
||||
public @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field param: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
Reference in New Issue
Block a user