Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-3
@@ -8,19 +8,16 @@ public abstract class AbstractClass {
|
||||
public abstract method setAbstractVar(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
|
||||
}
|
||||
|
||||
|
||||
public final class CallableModalityKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Interface {
|
||||
inner class Interface/DefaultImpls
|
||||
public abstract method abstractFun(): void
|
||||
public abstract method openFun(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Interface/DefaultImpls {
|
||||
inner class Interface/DefaultImpls
|
||||
public static method openFun(p0: Interface): void
|
||||
|
||||
Reference in New Issue
Block a user