Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-1
@@ -2,7 +2,6 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AnonymousObjectInInlinedLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): A
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class Kt6368Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getA(): java.util.HashMap
|
||||
}
|
||||
|
||||
|
||||
public interface R {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.Runnable
|
||||
}
|
||||
|
||||
|
||||
public final class Kt6691_lambdaInSamConstructorKt {
|
||||
private static @org.jetbrains.annotations.NotNull field lambda: kotlin.jvm.functions.Function0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -2,7 +2,6 @@ public final class LambdaInClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field Companion: O.Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function0
|
||||
@@ -10,7 +9,6 @@ public final class O {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class O/Companion {
|
||||
inner class O/Companion
|
||||
private method <init>(): void
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method getL(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInLocalClassConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -4,7 +4,6 @@ public class C {
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInLocalClassSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInMemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -3,14 +3,12 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/D {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInMemberFunctionInNestedClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public final class LambdaInObjectDeclarationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private final static @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function0
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public interface C {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInObjectExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -4,7 +4,6 @@ public class C {
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInObjectLiteralSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user