Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -8,7 +8,6 @@ public final class A {
|
||||
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class AccessorForPrivateSetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -19,7 +19,6 @@ public final class A {
|
||||
public final method invoke(): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericValForPrimitiveTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getValProp(p0: java.lang.Object): java.lang.Object
|
||||
|
||||
Vendored
-1
@@ -27,7 +27,6 @@ public final class A {
|
||||
public final method setShort(p0: short): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericVarForPrimitiveTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getVarProp(p0: java.lang.Object): java.lang.Object
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class InClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(p0: int): java.lang.String
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class InClassLongTypeInReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private @org.jetbrains.annotations.NotNull field doubleStorage: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field longStorage: java.lang.String
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class InClassWithGetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(p0: int): java.lang.String
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class InClassWithPrivateGetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
private final method getFoo(p0: int): java.lang.String
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class InClassWithPrivateSetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private @org.jetbrains.annotations.NotNull field storage: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class InClassWithSetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private @org.jetbrains.annotations.NotNull field storage: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt9897Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public final static field INSTANCE: Test
|
||||
private static field l: long
|
||||
|
||||
Reference in New Issue
Block a user