Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -3,31 +3,26 @@ public interface AL {
|
||||
public abstract @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class AL/DefaultImpls {
|
||||
inner class AL/DefaultImpls
|
||||
public static @org.jetbrains.annotations.Nullable method get(p0: AL, p1: int): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface ALE {
|
||||
inner class ALE/DefaultImpls
|
||||
public abstract method getOrNull(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class ALE/DefaultImpls {
|
||||
inner class ALE/DefaultImpls
|
||||
public static @org.jetbrains.annotations.Nullable method get(p0: ALE, p1: int): java.lang.Object
|
||||
public static method getOrNull(p0: ALE, p1: int, p2: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class MultipleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class SmartArrayList {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Object
|
||||
@@ -35,7 +30,6 @@ public class SmartArrayList {
|
||||
public synthetic method getOrNull(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class SmartArrayList2 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user