Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method setX(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class AssignmentOperationsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method divAssign(@org.jetbrains.annotations.NotNull p0: A, p1: int): void
|
||||
|
||||
-2
@@ -1,6 +1,5 @@
|
||||
public interface A
|
||||
|
||||
|
||||
public final class B {
|
||||
private final field x: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -9,7 +8,6 @@ public final class B {
|
||||
public final method getX(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ComparableKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): java.lang.String
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final method getX(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ExtensionObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): java.lang.String
|
||||
|
||||
-2
@@ -4,7 +4,6 @@ public final class IncDecOnObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: X): X
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
private field value: long
|
||||
public method <init>(p0: long): void
|
||||
@@ -12,7 +11,6 @@ public final class X {
|
||||
public final method setValue(p0: long): void
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private field counter: int
|
||||
private @org.jetbrains.annotations.NotNull field prop: X
|
||||
|
||||
@@ -6,12 +6,10 @@ public final class ClassB {
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
|
||||
public interface Intf {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getAValue(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt14201Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,13 +4,11 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ClassB {
|
||||
private final @org.jetbrains.annotations.NotNull field x: A
|
||||
public method <init>(): void
|
||||
@@ -19,7 +17,6 @@ public final class ClassB {
|
||||
public final @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: B): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt14201_2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class Map1 {
|
||||
public final @org.jetbrains.annotations.NotNull method get(p0: int, p1: int): Map2
|
||||
}
|
||||
|
||||
|
||||
public final class Map2 {
|
||||
public final static field INSTANCE: Map2
|
||||
private method <init>(): void
|
||||
@@ -12,7 +11,6 @@ public final class Map2 {
|
||||
public final method set(p0: int, p1: int, p2: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class NestedMapsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -10,7 +10,6 @@ public final class Obj {
|
||||
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class OperatorSetLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final method set(p0: int, p1: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class OverloadedSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method setX(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class RemAssignmentOperationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method modAssign(@org.jetbrains.annotations.NotNull p0: A, p1: int): void
|
||||
|
||||
-1
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setX(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class RemOverModOperationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user