Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user