Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -8,7 +8,6 @@ public final class A {
|
||||
public final method setX(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassNaryGetSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class AByte {
|
||||
public final method setValue(p0: byte): void
|
||||
}
|
||||
|
||||
|
||||
public final class ADouble {
|
||||
private field value: double
|
||||
public method <init>(p0: double): void
|
||||
@@ -17,7 +16,6 @@ public final class ADouble {
|
||||
public final method setValue(p0: double): void
|
||||
}
|
||||
|
||||
|
||||
public final class AFloat {
|
||||
private field value: float
|
||||
public method <init>(p0: float): void
|
||||
@@ -27,7 +25,6 @@ public final class AFloat {
|
||||
public final method setValue(p0: float): void
|
||||
}
|
||||
|
||||
|
||||
public final class AInt {
|
||||
private field value: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -37,7 +34,6 @@ public final class AInt {
|
||||
public final method setValue(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class ALong {
|
||||
private field value: long
|
||||
public method <init>(p0: long): void
|
||||
@@ -47,7 +43,6 @@ public final class ALong {
|
||||
public final method setValue(p0: long): void
|
||||
}
|
||||
|
||||
|
||||
public final class AShort {
|
||||
private field value: short
|
||||
public method <init>(p0: short): void
|
||||
@@ -57,7 +52,6 @@ public final class AShort {
|
||||
public final method setValue(p0: short): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassWithGetSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setValue(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericClassWithGetSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class ExtProvider {
|
||||
public final method set(p0: long, p1: int, p2: long): void
|
||||
}
|
||||
|
||||
|
||||
public final class MemberExtOnLongKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -2,15 +2,12 @@ public final class Another {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public interface Base
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PostfixIncrementOnClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: Base): Derived
|
||||
|
||||
-2
@@ -2,12 +2,10 @@ public class Base {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PostfixIncrementOnClassSmartCastKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: Derived): Derived
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PostfixNullableClassIncrementKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method inc(@org.jetbrains.annotations.Nullable p0: MyClass): MyClass
|
||||
|
||||
@@ -2,15 +2,12 @@ public final class Another {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public interface Base
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrefixIncrementOnClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: Base): Derived
|
||||
|
||||
-2
@@ -2,12 +2,10 @@ public class Base {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Derived {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrefixIncrementOnClassSmartCastKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: Derived): Derived
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrefixNullableClassIncrementKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method inc(@org.jetbrains.annotations.Nullable p0: MyClass): MyClass
|
||||
|
||||
Reference in New Issue
Block a user