Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
Vendored
-2
@@ -6,14 +6,12 @@ public class K {
|
||||
public final method publicMemberK(): void
|
||||
}
|
||||
|
||||
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: java.util.Collection, @org.jetbrains.annotations.NotNull p1: java.util.Set): void
|
||||
public final static @org.jetbrains.annotations.NotNull method names(@org.jetbrains.annotations.NotNull p0: java.util.Collection): java.util.Set
|
||||
}
|
||||
|
||||
|
||||
public final class L {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
compiler/testData/codegen/light-analysis/reflection/functions/functionReferenceErasedToKFunction.txt
Vendored
-2
@@ -5,14 +5,12 @@ public final class K {
|
||||
public final @org.jetbrains.annotations.NotNull method reverse(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class K/Companion {
|
||||
inner class K/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getRef(): kotlin.reflect.KFunction
|
||||
}
|
||||
|
||||
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-2
@@ -1,11 +1,9 @@
|
||||
public interface A
|
||||
|
||||
|
||||
public final class GenericOverriddenFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface H {
|
||||
public abstract @org.jetbrains.annotations.Nullable method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class Foo {
|
||||
public final method bar(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public final class A {
|
||||
private final method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateMemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -4,12 +4,10 @@ public class A {
|
||||
public final method memExt(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleGetFunctionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleNamesKt {
|
||||
public final static method baz(p0: int): int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user