Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
compiler/testData/codegen/light-analysis/closures/captureOuterProperty/captureFunctionInProperty.txt
Vendored
-2
@@ -6,12 +6,10 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getx(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class CaptureFunctionInPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,12 +5,10 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,12 +5,10 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
compiler/testData/codegen/light-analysis/closures/captureOuterProperty/inPropertyDeepObjectChain.txt
Vendored
-2
@@ -5,12 +5,10 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InPropertyDeepObjectChainKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -3,19 +3,16 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): T
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
private final @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InPropertyFromSuperClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
-4
@@ -4,23 +4,19 @@ public abstract class A {
|
||||
public final method getX(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): T
|
||||
}
|
||||
|
||||
|
||||
public final class InPropertyFromSuperSuperClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,12 +5,10 @@ public final class B {
|
||||
public final method getX(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4176Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class Z {
|
||||
private final field s: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
Reference in New Issue
Block a user