Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -10,7 +10,6 @@ public final class DIExampleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getX2(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Project {
|
||||
public method <init>(): void
|
||||
public final method getInstance(@org.jetbrains.annotations.NotNull p0: java.lang.Class): java.lang.Object
|
||||
|
||||
@@ -3,7 +3,6 @@ public abstract class A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AnonymousObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method foo(): A
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method f3(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AnonymousObjectNoPropagateKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doWork(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public abstract class A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AnonymousObjectReifiedSupertypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method foo(): A
|
||||
|
||||
@@ -2,21 +2,17 @@ public final class ApproximateCapturedTypesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Inv {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Obs {
|
||||
public method <init>(): void
|
||||
private final method lift(p0: Operator): Inv
|
||||
}
|
||||
|
||||
|
||||
public interface Operator
|
||||
|
||||
|
||||
public final class SwOperator {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -4,13 +4,11 @@ public abstract class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class G {
|
||||
public method <init>(): void
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class InnerAnonymousObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method foo(): G
|
||||
|
||||
@@ -2,7 +2,6 @@ public class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class NestedReifiedSignatureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method foo(): A[]
|
||||
|
||||
-2
@@ -4,13 +4,11 @@ public abstract class A {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class G {
|
||||
public method <init>(): void
|
||||
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class RecursiveInnerAnonymousObjectKt {
|
||||
private final static method baz(): G
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method g(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ReifiedInlineFunOfObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method g(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ReifiedInlineFunOfObjectWithinReifiedKt {
|
||||
private final static method AFactory(): A
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method g(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ReifiedInlineIntoNonInlineableLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method className(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user