Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-2
@@ -6,13 +6,11 @@ public final class test/Test {
|
||||
public final static method getZ(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__Test1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getX(): int
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__Test2Kt {
|
||||
public final static method getY(): int
|
||||
public synthetic static method getZ$default(p0: int, p1: int, p2: java.lang.Object): int
|
||||
|
||||
-2
@@ -6,7 +6,6 @@ public final class test/Test {
|
||||
public final static method setX(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__Test1Kt {
|
||||
private static field x: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -14,7 +13,6 @@ synthetic final class test/Test__Test1Kt {
|
||||
public final static method setX(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test__Test2Kt {
|
||||
private final static field y: int
|
||||
public final static method getY(): int
|
||||
|
||||
Vendored
-2
@@ -9,7 +9,6 @@ public final class test/Test {
|
||||
public final static method testZ(): void
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test___1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method testX(): void
|
||||
@@ -17,7 +16,6 @@ synthetic final class test/Test___1Kt {
|
||||
public final static method testZ(): void
|
||||
}
|
||||
|
||||
|
||||
synthetic final class test/Test___2Kt {
|
||||
private final static @org.jetbrains.annotations.NotNull field refZ: kotlin.reflect.KProperty0
|
||||
private static @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user