Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-3
@@ -2,19 +2,16 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.util.Collection
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.util.List
|
||||
}
|
||||
|
||||
|
||||
public final class NoBridgeOnMutableCollectionInheritanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user