Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-3
@@ -6,7 +6,6 @@ public class Father {
|
||||
public final @org.jetbrains.annotations.NotNull method getParam(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Father/Child {
|
||||
synthetic final field this$0: Father
|
||||
inner class Father/Child
|
||||
@@ -14,7 +13,6 @@ public final class Father/Child {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): Father.InClass
|
||||
}
|
||||
|
||||
|
||||
public abstract class Father/InClass {
|
||||
synthetic final field this$0: Father
|
||||
inner class Father/InClass
|
||||
@@ -22,7 +20,6 @@ public abstract class Father/InClass {
|
||||
public final @org.jetbrains.annotations.NotNull method work(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class LocalExtendsInnerKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user