Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -7,13 +7,11 @@ public final class EmptyForKt {
|
||||
public final static method setIndex(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public interface IterableIterator {
|
||||
inner class IterableIterator/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
|
||||
public final class IterableIterator/DefaultImpls {
|
||||
inner class IterableIterator/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method iterator(p0: IterableIterator): java.util.Iterator
|
||||
|
||||
-3
@@ -2,18 +2,15 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ForLoopMemberExtensionAllKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
private field hasNext: boolean
|
||||
public method <init>(): void
|
||||
|
||||
Vendored
-3
@@ -3,19 +3,16 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
|
||||
|
||||
public final class ForLoopMemberExtensionHasNextKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
public method <init>(): void
|
||||
public final method next(): int
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
private field hasNext: boolean
|
||||
public method <init>(): void
|
||||
|
||||
-3
@@ -3,13 +3,11 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
|
||||
|
||||
public final class ForLoopMemberExtensionNextKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field hasNext: boolean
|
||||
public method <init>(): void
|
||||
@@ -18,7 +16,6 @@ public final class It {
|
||||
public final method setHasNext(p0: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final class X {
|
||||
public method <init>(): void
|
||||
public final method next(@org.jetbrains.annotations.NotNull p0: It): int
|
||||
|
||||
@@ -2,14 +2,12 @@ public final class ForUserTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MyCollection1 {
|
||||
inner class MyCollection1/MyIterator
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
|
||||
public final static class MyCollection1/MyIterator {
|
||||
private field k: int
|
||||
inner class MyCollection1/MyIterator
|
||||
@@ -22,14 +20,12 @@ public final static class MyCollection1/MyIterator {
|
||||
public final method setK(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyCollection2 {
|
||||
inner class MyCollection2/MyIterator
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
|
||||
public final static class MyCollection2/MyIterator {
|
||||
private field k: int
|
||||
inner class MyCollection2/MyIterator
|
||||
@@ -42,14 +38,12 @@ public final static class MyCollection2/MyIterator {
|
||||
public final method setK(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyCollection3 {
|
||||
inner class MyCollection3/MyIterator
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): MyCollection3.MyIterator
|
||||
}
|
||||
|
||||
|
||||
public final static class MyCollection3/MyIterator {
|
||||
private field k: int
|
||||
inner class MyCollection3/MyIterator
|
||||
@@ -60,14 +54,12 @@ public final static class MyCollection3/MyIterator {
|
||||
public final method setK(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyCollection4 {
|
||||
inner class MyCollection4/MyIterator
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): MyCollection4.MyIterator
|
||||
}
|
||||
|
||||
|
||||
public final static class MyCollection4/MyIterator {
|
||||
private field k: int
|
||||
inner class MyCollection4/MyIterator
|
||||
|
||||
@@ -6,7 +6,6 @@ public final class Foo {
|
||||
public final method setRnd(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1441Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class Foo {
|
||||
public final method isOk(): boolean
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2147Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private final field value: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
@@ -10,7 +9,6 @@ public final class C {
|
||||
public final method getValue(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt237Kt {
|
||||
public final static method almostFilter(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[], @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt299Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MyRange1 {
|
||||
public method <init>(): void
|
||||
public method contains(p0: int): boolean
|
||||
@@ -14,7 +13,6 @@ public final class MyRange1 {
|
||||
public method isEmpty(): boolean
|
||||
}
|
||||
|
||||
|
||||
public final class MyRange2 {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: int): boolean
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final method test(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt513Kt {
|
||||
public final static method add2(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList, p1: java.lang.Object): boolean
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method infix(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt628Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt8148Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
|
||||
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt8148_breakKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
|
||||
-1
@@ -5,7 +5,6 @@ public final class A {
|
||||
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt8148_continueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
|
||||
Vendored
-1
@@ -5,7 +5,6 @@ public final class PropertyGetterKt {
|
||||
public final static method setFlag(p0: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public final static field INSTANCE: Test
|
||||
private method <init>(): void
|
||||
|
||||
Vendored
-2
@@ -4,12 +4,10 @@ public final class A {
|
||||
private final method x(): void
|
||||
}
|
||||
|
||||
|
||||
public interface Callable {
|
||||
public abstract method call(p0: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt8608Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
-3
@@ -2,17 +2,14 @@ public final class Exception1 {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Exception2 {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Exception3 {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class MultipleCatchBlocksKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@ public final class MyException {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class TryInsideTryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user