Light analysis tests: do not render empty lines between classes and in the beginning
This commit is contained in:
@@ -2,7 +2,6 @@ public final class AnnotatedEnumEntryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class E {
|
||||
public final static @First field E1: E
|
||||
public final static @Second field E2: E
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class FunExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo0(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Class
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo0(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Class
|
||||
|
||||
-1
@@ -4,7 +4,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public annotation class Ann {
|
||||
public abstract method x(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
|
||||
-1
@@ -3,7 +3,6 @@ public annotation class Ann {
|
||||
public abstract method v(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotatedObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -6,13 +6,11 @@ public final class KotlinClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class KotlinClass/Companion {
|
||||
inner class KotlinClass/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,7 +5,6 @@ public interface KotlinInterface {
|
||||
inner class KotlinInterface/Companion
|
||||
}
|
||||
|
||||
|
||||
public final static class KotlinInterface/Companion {
|
||||
public final static field FOO_INT: int
|
||||
public final static @org.jetbrains.annotations.NotNull field FOO_STRING: java.lang.String
|
||||
@@ -13,7 +12,6 @@ public final static class KotlinInterface/Companion {
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinInterfaceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -11,13 +11,11 @@ public annotation class Ann {
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationsOnDefaultKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.annotation.Annotation[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public @Ann method <init>(p0: int, p1: int, p2: int): void
|
||||
public synthetic method <init>(p0: int, p1: int, p2: int, p3: int, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public annotation class Ann {
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationsOnTypeAliasesKt {
|
||||
public final static method assertHasDeclaredMethodWithAnn(@org.jetbrains.annotations.NotNull p0: java.lang.Class): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
-2
@@ -17,7 +17,6 @@ public annotation class Ann {
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann2
|
||||
|
||||
|
||||
public final class DefaultParameterValuesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -27,7 +26,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public enum class MyEnum {
|
||||
public final static field A: MyEnum
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
|
||||
-2
@@ -4,7 +4,6 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegatedPropertySetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -13,7 +12,6 @@ public final class DelegatedPropertySetterKt {
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class First
|
||||
|
||||
|
||||
public final class MyClass {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field x$delegate: Delegate
|
||||
|
||||
@@ -12,13 +12,11 @@ public final class C {
|
||||
public final @kotlin.jvm.Synchronized method sync(): void
|
||||
}
|
||||
|
||||
|
||||
public final class CustomDelegate {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class JvmAnnotationFlagsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -12,7 +12,6 @@ public annotation class Ann {
|
||||
public abstract method str(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public final static field Companion: Foo.Companion
|
||||
public final static field b: byte
|
||||
@@ -28,13 +27,11 @@ public final class Foo {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinPropertyFromClassObjectAsParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -12,7 +12,6 @@ public annotation class Ann {
|
||||
public abstract method str(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class KotlinTopLevelPropertyAsParameterKt {
|
||||
public final static field b: byte
|
||||
public final static field bool: boolean
|
||||
|
||||
@@ -14,7 +14,6 @@ public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt10136Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,7 +3,6 @@ public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/B {
|
||||
public final static field Companion: A.B.Companion
|
||||
public final static field i: int
|
||||
@@ -12,7 +11,6 @@ public final static class A/B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/B/Companion {
|
||||
inner class A/B
|
||||
inner class A/B/Companion
|
||||
@@ -30,7 +28,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class NestedClassPropertyAsParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -16,7 +16,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ParameterWithPrimitiveTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-1
@@ -9,7 +9,6 @@ public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyWithPropertyInInitializerAsParameterKt {
|
||||
public final static field i2: int
|
||||
public final static field i: int
|
||||
|
||||
-1
@@ -54,7 +54,6 @@ public final class MyClass9 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class VarargInAnnotationParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class ExtensionInClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class LambdaMigrationInClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class SimpleInClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
@@ -7,7 +7,6 @@ public final class Kt1291Kt {
|
||||
public final static method setResult(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Selector {
|
||||
private final @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function1
|
||||
private final @org.jetbrains.annotations.NotNull field source: java.util.Iterator
|
||||
|
||||
@@ -8,7 +8,6 @@ public final class Kt238Kt {
|
||||
public final static method t6(): void
|
||||
}
|
||||
|
||||
|
||||
public final class StrangeArray {
|
||||
private field defaultValue: java.lang.Object
|
||||
public method <init>(p0: int, p1: java.lang.Object): void
|
||||
@@ -16,7 +15,6 @@ public final class StrangeArray {
|
||||
public final method set(p0: int, p1: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class StrangeIntArray {
|
||||
private field defaultValue: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
@@ -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: C[]): 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
|
||||
|
||||
Vendored
-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: C[]): 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: C[]): 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: C[]): 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.lang.Integer[]): 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: int): 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.lang.Integer[]): 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.lang.Long[]): 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.lang.Long[]): java.lang.String
|
||||
|
||||
@@ -4,7 +4,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method test(): A.B[]
|
||||
}
|
||||
|
||||
|
||||
public final static class A/B {
|
||||
private final field i: int
|
||||
inner class A/B
|
||||
@@ -12,7 +11,6 @@ public final static class A/B {
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
public final class NonNullArrayKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public interface ISized {
|
||||
public abstract method getSize(): int
|
||||
}
|
||||
|
||||
|
||||
public final class MutableArray {
|
||||
private final field array: java.lang.Object[]
|
||||
public method <init>(p0: int, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
|
||||
@@ -13,7 +12,6 @@ public final class MutableArray {
|
||||
public method set(p0: int, p1: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyIterator {
|
||||
private final @org.jetbrains.annotations.NotNull field array: ReadOnlyArray
|
||||
private field index: int
|
||||
@@ -24,44 +22,37 @@ public final class MyIterator {
|
||||
public method remove(): void
|
||||
}
|
||||
|
||||
|
||||
public interface ReadOnlyArray {
|
||||
inner class ReadOnlyArray/DefaultImpls
|
||||
public abstract method get(p0: int): java.lang.Object
|
||||
public abstract @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
|
||||
public final class ReadOnlyArray/DefaultImpls {
|
||||
inner class ReadOnlyArray/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method iterator(p0: ReadOnlyArray): java.util.Iterator
|
||||
}
|
||||
|
||||
|
||||
public final class StdlibKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface WriteOnlyArray {
|
||||
inner class WriteOnlyArray/DefaultImpls
|
||||
public abstract method set(p0: int, p1: int, p2: java.lang.Object): void
|
||||
public abstract method set(p0: int, p1: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class WriteOnlyArray/DefaultImpls {
|
||||
inner class WriteOnlyArray/DefaultImpls
|
||||
public static method set(p0: WriteOnlyArray, p1: int, p2: int, p3: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public interface javaUtilIterator {
|
||||
inner class javaUtilIterator/DefaultImpls
|
||||
public abstract method remove(): void
|
||||
}
|
||||
|
||||
|
||||
public final class javaUtilIterator/DefaultImpls {
|
||||
inner class javaUtilIterator/DefaultImpls
|
||||
public static method remove(p0: javaUtilIterator): void
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class Kt6747_identityEqualsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method check(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.String
|
||||
|
||||
-1
@@ -6,7 +6,6 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.Nullable method getY(): A
|
||||
}
|
||||
|
||||
|
||||
public final class SafeCallWithElvisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.Nullable p0: A): int
|
||||
|
||||
-1
@@ -7,7 +7,6 @@ public final class A {
|
||||
public final method setX(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
|
||||
}
|
||||
|
||||
|
||||
public final class UnsafeRemovingKt {
|
||||
public final static @org.jetbrains.annotations.Nullable method acceptingBoxed(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): java.lang.Integer
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -3,24 +3,20 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.Integer
|
||||
public synthetic method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class ComplexMultiInheritanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface D {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Number
|
||||
}
|
||||
|
||||
|
||||
public final class E {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Number
|
||||
|
||||
@@ -3,36 +3,30 @@ public abstract class A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.List
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B): java.util.ArrayList
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.util.ArrayList
|
||||
public synthetic method foo(): java.util.List
|
||||
}
|
||||
|
||||
|
||||
public final class ComplexTraitImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface D {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class E {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.util.Collection
|
||||
|
||||
@@ -2,14 +2,12 @@ public interface A {
|
||||
public abstract method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private synthetic final field $$delegate_0: A
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
@@ -17,7 +15,6 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,16 +2,13 @@ public interface Box {
|
||||
public abstract method get(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class Content {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface ContentBox
|
||||
|
||||
|
||||
public final class ContentBoxDelegate {
|
||||
private synthetic final field $$delegate_0: ContentBox
|
||||
public method <init>(): void
|
||||
@@ -19,12 +16,10 @@ public final class ContentBoxDelegate {
|
||||
public synthetic method get(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationComplexKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Impl {
|
||||
public final static field INSTANCE: Impl
|
||||
private method <init>(): void
|
||||
|
||||
-4
@@ -3,10 +3,8 @@ public class Content {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface ContentBox
|
||||
|
||||
|
||||
public final class ContentBoxDelegate {
|
||||
private synthetic final field $$delegate_0: ContentBox
|
||||
public method <init>(): void
|
||||
@@ -44,12 +42,10 @@ public final class ContentBoxDelegate {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationComplexWithListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Impl {
|
||||
public final static field INSTANCE: Impl
|
||||
private method <init>(): void
|
||||
|
||||
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract method setResult(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private synthetic final field $$delegate_0: A
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public synthetic method setResult(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,40 +3,33 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: B, p1: java.lang.String, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface C {
|
||||
inner class C/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class C/DefaultImpls {
|
||||
inner class C/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: C, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DiamondKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
@@ -2,19 +2,16 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class FakeCovariantOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-3
@@ -3,18 +3,15 @@ public class Class {
|
||||
public final @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class FakeGenericCovariantOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public method <init>(): void
|
||||
public synthetic method f(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface Trait {
|
||||
public abstract method f(): java.lang.Object
|
||||
}
|
||||
|
||||
Vendored
-6
@@ -2,30 +2,25 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class FakeGenericCovariantOverrideWithDelegationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1 {
|
||||
private synthetic final field $$delegate_0: Z
|
||||
public method <init>(): void
|
||||
@@ -33,7 +28,6 @@ public final class Z1 {
|
||||
public synthetic method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2 {
|
||||
private synthetic final field $$delegate_0: Z
|
||||
public method <init>(): void
|
||||
|
||||
@@ -3,43 +3,36 @@ public interface D1 {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): D1
|
||||
}
|
||||
|
||||
|
||||
public final class D1/DefaultImpls {
|
||||
inner class D1/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: D1): D1
|
||||
}
|
||||
|
||||
|
||||
public interface D3 {
|
||||
inner class D3/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): D3
|
||||
}
|
||||
|
||||
|
||||
public final class D3/DefaultImpls {
|
||||
inner class D3/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: D3): D3
|
||||
}
|
||||
|
||||
|
||||
public final class D4 {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): D1
|
||||
public @org.jetbrains.annotations.NotNull method foo(): D3
|
||||
}
|
||||
|
||||
|
||||
public interface F2 {
|
||||
inner class F2/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class F2/DefaultImpls {
|
||||
inner class F2/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: F2): D1
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideOfTraitImplKt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
-5
@@ -2,28 +2,23 @@ public interface D1 {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface D2 {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Number
|
||||
}
|
||||
|
||||
|
||||
public class D4 {
|
||||
public method <init>(): void
|
||||
public final method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public interface F3
|
||||
|
||||
|
||||
public final class F5 {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Number
|
||||
public synthetic method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideWithSeveralSuperDeclarationsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-3
@@ -5,18 +5,15 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
public abstract @org.jetbrains.annotations.NotNull method component1(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic method component1(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideWithSynthesizedImplementationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,20 +5,17 @@ public class A {
|
||||
public final method setSize(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public synthetic method getSize(): int
|
||||
public synthetic method setSize(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public interface C {
|
||||
public abstract method getSize(): int
|
||||
public abstract method setSize(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,42 +3,35 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt12416Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z1 {
|
||||
inner class Z1/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1/DefaultImpls {
|
||||
inner class Z1/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z1, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
@@ -46,19 +39,16 @@ public final class Z1C {
|
||||
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z2 {
|
||||
inner class Z2/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2/DefaultImpls {
|
||||
inner class Z2/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z2, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
@@ -3,18 +3,15 @@ public final class Bar {
|
||||
public synthetic method hello(p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Foo {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method hello(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1939Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Tr {
|
||||
public abstract @org.jetbrains.annotations.NotNull method hello(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,14 +3,12 @@ public class A {
|
||||
public method f(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public method f(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
|
||||
public synthetic method f(p0: java.lang.Object[]): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1959Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method main(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
|
||||
|
||||
@@ -14,12 +14,10 @@ public class BaseStringList {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2498Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class StringList {
|
||||
public method <init>(): void
|
||||
public synthetic method get(p0: int): java.lang.Object
|
||||
|
||||
@@ -3,19 +3,16 @@ public class A {
|
||||
public method foo(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method foo(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2702Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ public interface test/FunDependencyEdge {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getFrom(): test.FunctionNode
|
||||
}
|
||||
|
||||
|
||||
public final class test/FunDependencyEdgeImpl {
|
||||
private final @org.jetbrains.annotations.NotNull field from: test.FunctionNodeImpl
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: test.FunctionNodeImpl): void
|
||||
@@ -10,15 +9,12 @@ public final class test/FunDependencyEdgeImpl {
|
||||
public @org.jetbrains.annotations.NotNull method getFrom(): test.FunctionNodeImpl
|
||||
}
|
||||
|
||||
|
||||
public interface test/FunctionNode
|
||||
|
||||
|
||||
public final class test/FunctionNodeImpl {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class test/Kt2833Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -5,12 +5,10 @@ public final class C {
|
||||
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2920Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Tr {
|
||||
public abstract method getV(): java.lang.Object
|
||||
}
|
||||
|
||||
@@ -3,28 +3,23 @@ public interface A {
|
||||
public abstract method foo(@org.jetbrains.annotations.NotNull p0: Base): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static method foo(@org.jetbrains.annotations.NotNull p0: A, p1: Base): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public method foo(@org.jetbrains.annotations.NotNull p0: Child): void
|
||||
public synthetic method foo(p0: Base): void
|
||||
}
|
||||
|
||||
|
||||
public interface Base
|
||||
|
||||
|
||||
public class Child {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt318Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -3,29 +3,24 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class D {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class LongChainOneBridgeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
Vendored
-4
@@ -3,22 +3,18 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ManyTypeArgumentsSubstitutedSuccessivelyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int, p2: double): java.lang.String
|
||||
|
||||
@@ -3,18 +3,15 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MethodFromTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
|
||||
Vendored
-3
@@ -2,19 +2,16 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.util.Collection
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.util.List
|
||||
}
|
||||
|
||||
|
||||
public final class NoBridgeOnMutableCollectionInheritanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
public interface A
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method clone(): B
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectCloneKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,14 +3,12 @@ public abstract class AbstractClass {
|
||||
public abstract method getSome(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Class {
|
||||
public method <init>(): void
|
||||
public synthetic method getSome(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getSome(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class OverrideAbstractPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,14 +3,12 @@ public class C {
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
public method <init>(): void
|
||||
public synthetic method f(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class OverrideReturnTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -5,7 +5,6 @@ public class A {
|
||||
public method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -15,7 +14,6 @@ public final class B {
|
||||
public synthetic method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyAccessorsWithoutBodyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,13 +3,10 @@ public interface A {
|
||||
public abstract method getO(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface B
|
||||
|
||||
|
||||
public interface C
|
||||
|
||||
|
||||
public final class D {
|
||||
private final @org.jetbrains.annotations.NotNull field k: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field o: java.lang.String
|
||||
@@ -20,7 +17,6 @@ public final class D {
|
||||
public @org.jetbrains.annotations.NotNull method getO(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyDiamondKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public synthetic method setX(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@ public interface A {
|
||||
public abstract method setV(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -13,7 +12,6 @@ public final class B {
|
||||
public synthetic method setV(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertySetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -3,18 +3,15 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleEnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Z {
|
||||
public final static field Z1: Z
|
||||
public final static field Z2: Z
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleGenericMethodKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: java.lang.Object): java.lang.String
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public final static field INSTANCE: Z
|
||||
private method <init>(): void
|
||||
|
||||
@@ -5,12 +5,10 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getT(): java.lang.Number
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleReturnTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.Integer
|
||||
|
||||
@@ -3,18 +3,15 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleTraitImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -3,12 +3,10 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Number): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleUpperBoundKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
|
||||
@@ -34,7 +34,6 @@ public final class StrList {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
|
||||
public final class StrListContainsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method forceContains(@org.jetbrains.annotations.NotNull p0: java.util.Collection, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public abstract class A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AbstractFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
Vendored
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class BoundedTypeArgumentsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Number): java.lang.String
|
||||
|
||||
-4
@@ -2,19 +2,16 @@ public interface A {
|
||||
public abstract method id(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method id(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public synthetic method id(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
private synthetic final field $$delegate_0: C
|
||||
public method <init>(): void
|
||||
@@ -22,7 +19,6 @@ public final class D {
|
||||
public synthetic method id(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class DelegationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-2
@@ -4,12 +4,10 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class DifferentErasureInSuperClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-4
@@ -4,23 +4,19 @@ public class A {
|
||||
public final @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public interface C {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface D {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class DifferentErasureInSuperClassComplexKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
-5
@@ -3,29 +3,24 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: B, p1: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class EnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class Z {
|
||||
public final static field Z1: Z
|
||||
public final static field Z2: Z
|
||||
|
||||
Vendored
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericMethodKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: java.lang.Object): java.lang.String
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public final static field INSTANCE: Z
|
||||
private method <init>(): void
|
||||
|
||||
-3
@@ -6,17 +6,14 @@ public class A {
|
||||
public final method getT(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
-3
@@ -3,17 +3,14 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Number): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class UpperBoundKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
|
||||
-5
@@ -3,32 +3,27 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public synthetic method foo(): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TraitImplInheritsTraitImplKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
-6
@@ -3,30 +3,25 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoParentsWithDifferentMethodsTwoBridgesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
@@ -34,7 +29,6 @@ public final class Z1 {
|
||||
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2 {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
Vendored
-10
@@ -3,42 +3,35 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoParentsWithDifferentMethodsTwoBridges2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z1 {
|
||||
inner class Z1/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1/DefaultImpls {
|
||||
inner class Z1/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z1, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z1Class {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
@@ -46,19 +39,16 @@ public final class Z1Class {
|
||||
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Z2 {
|
||||
inner class Z2/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2/DefaultImpls {
|
||||
inner class Z2/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: Z2, p1: java.lang.String, p2: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z2Class {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
-5
@@ -3,30 +3,25 @@ public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: A, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface B {
|
||||
inner class B/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B/DefaultImpls {
|
||||
inner class B/DefaultImpls
|
||||
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoParentsWithTheSameMethodOneBridgeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class CollectionKt {
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyCollection {
|
||||
public method <init>(): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
|
||||
@@ -2,7 +2,6 @@ public final class IteratorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MyIterator {
|
||||
private final field v: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
|
||||
-1
@@ -2,7 +2,6 @@ public final class IteratorWithRemoveKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MyIterator {
|
||||
private final field v: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class ListKt {
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyList {
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
|
||||
@@ -3,7 +3,6 @@ public final class ListIteratorKt {
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyListIterator {
|
||||
public method <init>(): void
|
||||
public method add(p0: java.lang.Object): void
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user