Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -2,7 +2,6 @@ public final class AnonymousInitializerIObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public final static field INSTANCE: Foo
|
||||
private final static @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
||||
|
||||
-2
@@ -2,7 +2,6 @@ public final class AnonymousInitializerInClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public final static field Companion: Foo.Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
||||
@@ -10,7 +9,6 @@ public final class Foo {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
|
||||
@@ -9,7 +9,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
@@ -29,7 +28,6 @@ public final static class A/Companion {
|
||||
public final method test4(): int
|
||||
}
|
||||
|
||||
|
||||
public final class IncInClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@ public final class A {
|
||||
public final method test4(): int
|
||||
}
|
||||
|
||||
|
||||
public final class IncInObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -4,7 +4,6 @@ public class Bar {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public final static field Companion: Foo.Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field p2: java.lang.String
|
||||
@@ -18,7 +17,6 @@ public final class Foo {
|
||||
public final @org.jetbrains.annotations.NotNull method getP5(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
@@ -27,7 +25,6 @@ public final static class Foo/Companion {
|
||||
public final @org.jetbrains.annotations.NotNull method getP3(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InheritedPropertyInClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -4,7 +4,6 @@ public class Bar {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public final static field INSTANCE: Foo
|
||||
private final static @org.jetbrains.annotations.NotNull field p2: java.lang.String
|
||||
@@ -16,7 +15,6 @@ public final class Foo {
|
||||
public final @org.jetbrains.annotations.NotNull method getP3(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InheritedPropertyInObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
@@ -18,7 +17,6 @@ public final static class C/Companion {
|
||||
private final method setS2(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt8089Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class zzz/A {
|
||||
public final method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class zzz/KotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class anotherPackage/FirstKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class anotherPackage/Second {
|
||||
private final @org.jetbrains.annotations.NotNull field some2: kotlin.jvm.functions.Function0
|
||||
private final @org.jetbrains.annotations.NotNull field some: kotlin.jvm.functions.Function0
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class anotherPackage/Kotlin {
|
||||
public final @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class anotherPackage/KotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class anotherPackage/KotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class anotherPackage/Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class A {
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/B {
|
||||
public final static field INSTANCE: A.B
|
||||
private final static @org.jetbrains.annotations.NotNull field z: java.lang.String
|
||||
@@ -14,7 +13,6 @@ public final class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SyntheticAccessorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user