Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
-1
@@ -6,7 +6,6 @@ public final class C {
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): java.lang.String
|
||||
|
||||
Vendored
-1
@@ -4,7 +4,6 @@ public final class C {
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
|
||||
-2
@@ -4,7 +4,6 @@ public final class C {
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
@@ -12,7 +11,6 @@ public final class M {
|
||||
public final @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -4,14 +4,12 @@ public final class C {
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final method component2(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsInExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: M, @org.jetbrains.annotations.NotNull p1: java.util.ArrayList): java.lang.String
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public final class C {
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForValCapturedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): java.lang.String
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ public final class M {
|
||||
public final @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public final class M {
|
||||
public final method component2(p0: long): long
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsInExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: M, @org.jetbrains.annotations.NotNull p1: java.util.ArrayList): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user