Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,14 +2,12 @@ public final class TraitWithPrivateMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z {
|
||||
inner class Z/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method testFun(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method testProperty(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z/DefaultImpls {
|
||||
inner class Z/DefaultImpls
|
||||
private static method getPrivateProp(p0: Z): java.lang.String
|
||||
@@ -18,7 +16,6 @@ public final class Z/DefaultImpls {
|
||||
public static @org.jetbrains.annotations.NotNull method testProperty(p0: Z): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2 {
|
||||
public final static field INSTANCE: Z2
|
||||
private method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user