Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -5,7 +5,6 @@ public final class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
synthetic final field this$0: A
|
||||
inner class A/B
|
||||
@@ -20,24 +19,20 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method test6(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface BK {
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InnerClassLabeledSuperKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface K {
|
||||
inner class K/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class K/DefaultImpls {
|
||||
inner class K/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: K): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user