Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-3
@@ -5,21 +5,18 @@ public class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/B {
|
||||
inner class A/B
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
protected final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class NestedDerivedClassCallsProtectedFromCompanionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user