Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -7,7 +7,6 @@ public annotation class A2 {
|
||||
public abstract method s(): A1
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-4
@@ -4,21 +4,17 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassesWithoutConstructorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Interface
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private method <init>(): void
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ConstructorNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-9
@@ -4,44 +4,36 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public enum class En {
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): En
|
||||
public static method values(): En[]
|
||||
}
|
||||
|
||||
|
||||
public interface I
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class OnlyPrimary {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class OnlySecondary {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrimaryConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PrimaryWithSecondary {
|
||||
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -50,7 +42,6 @@ public final class PrimaryWithSecondary {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoSecondaries {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public method <init>(p0: double): void
|
||||
|
||||
-5
@@ -4,32 +4,27 @@ public class A {
|
||||
private method <init>(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
inner class C/Inner
|
||||
inner class C/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C/Inner {
|
||||
synthetic final field this$0: C
|
||||
inner class C/Inner
|
||||
public method <init>(p0: C): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Nested {
|
||||
inner class C/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleGetConstructorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user