Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.

This commit is contained in:
Yan Zhulanow
2016-11-03 01:21:23 +03:00
committed by Yan Zhulanow
parent 8bdb54929b
commit 328286ab14
2287 changed files with 51250 additions and 2 deletions
@@ -0,0 +1,27 @@
public class A {
public method <init>(): void
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
}
@@ -0,0 +1,39 @@
public abstract class A {
public method <init>(): void
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
}
@@ -0,0 +1,23 @@
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
public synthetic method foo(): java.lang.Object
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
}
@@ -0,0 +1,33 @@
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
public @org.jetbrains.annotations.NotNull method get(): Content
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
public @org.jetbrains.annotations.NotNull method get(): Content
public synthetic method get(): java.lang.Object
}
@@ -0,0 +1,70 @@
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
public method add(p0: Content): boolean
public method add(p0: int, p1: Content): void
public synthetic method add(p0: int, p1: java.lang.Object): void
public synthetic method add(p0: java.lang.Object): boolean
public method addAll(p0: int, p1: java.util.Collection): boolean
public method addAll(p0: java.util.Collection): boolean
public method clear(): void
public method contains(@org.jetbrains.annotations.NotNull p0: Content): boolean
public final method contains(p0: java.lang.Object): boolean
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
public @org.jetbrains.annotations.NotNull method get(p0: int): Content
public synthetic method get(p0: int): java.lang.Object
public method getSize(): int
public method indexOf(@org.jetbrains.annotations.NotNull p0: Content): int
public final method indexOf(p0: java.lang.Object): int
public method isEmpty(): boolean
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
public method lastIndexOf(@org.jetbrains.annotations.NotNull p0: Content): int
public final method lastIndexOf(p0: java.lang.Object): int
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
public method remove(p0: int): Content
public synthetic method remove(p0: int): java.lang.Object
public method remove(p0: java.lang.Object): boolean
public method removeAll(p0: java.util.Collection): boolean
public method retainAll(p0: java.util.Collection): boolean
public method set(p0: int, p1: Content): Content
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
public final method size(): int
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
public method toArray(): java.lang.Object[]
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
public method contains(p0: Content): boolean
public final method contains(p0: java.lang.Object): boolean
public @org.jetbrains.annotations.NotNull method get(p0: int): Content
public synthetic method get(p0: int): java.lang.Object
public method getSize(): int
public method indexOf(p0: Content): int
public final method indexOf(p0: java.lang.Object): int
public method lastIndexOf(p0: Content): int
public final method lastIndexOf(p0: java.lang.Object): int
public method remove(p0: Content): boolean
public final method remove(p0: int): Content
public final method remove(p0: java.lang.Object): boolean
public method removeAt(p0: int): Content
public final method size(): int
}
@@ -0,0 +1,19 @@
public interface A {
public abstract method getResult(): java.lang.Object
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
public synthetic method getResult(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
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
}
@@ -0,0 +1,46 @@
public interface A {
inner class A/DefaultImpls
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
public synthetic method foo(p0: java.lang.Object, p1: int): java.lang.String
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
public synthetic method foo(p0: java.lang.String, p1: java.lang.Object): java.lang.String
}
@@ -0,0 +1,20 @@
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
}
@@ -0,0 +1,20 @@
public class Class {
public method <init>(): void
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
}
@@ -0,0 +1,42 @@
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
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
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
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
public synthetic method foo(p0: java.lang.Object): java.lang.String
}
@@ -0,0 +1,48 @@
public interface D1 {
inner class D1/DefaultImpls
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
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,29 @@
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
}
@@ -0,0 +1,22 @@
public class A {
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.String
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
}
@@ -0,0 +1,24 @@
public class A {
private field size: java.lang.Object
public method <init>(): void
public final method getSize(): java.lang.Object
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
}
@@ -0,0 +1,20 @@
public final class Bar {
public method <init>(): void
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
}
@@ -0,0 +1,17 @@
public class A {
public method <init>(): void
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
}
@@ -0,0 +1,27 @@
public class BaseStringList {
public method <init>(): void
public final method contains(p0: java.lang.Object): boolean
public method contains(p0: java.lang.String): boolean
public method getSize(): int
public final method indexOf(p0: java.lang.Object): int
public method indexOf(p0: java.lang.String): int
public final method lastIndexOf(p0: java.lang.Object): int
public method lastIndexOf(p0: java.lang.String): int
public final method remove(p0: int): java.lang.String
public final method remove(p0: java.lang.Object): boolean
public method remove(p0: java.lang.String): boolean
public method removeAt(p0: int): java.lang.String
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
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.String
}
@@ -0,0 +1,21 @@
public class A {
public method <init>(): void
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
}
@@ -0,0 +1,24 @@
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
public synthetic method getFrom(): test.FunctionNode
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
}
@@ -0,0 +1,16 @@
public final class C {
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
public method <init>(): void
public synthetic method getV(): java.lang.Object
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
}
@@ -0,0 +1,33 @@
public interface A {
inner class A/DefaultImpls
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
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,33 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object): java.lang.String
}
@@ -0,0 +1,26 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object, p2: java.lang.Object): java.lang.String
}
@@ -0,0 +1,22 @@
public interface A {
inner class A/DefaultImpls
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
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
}
@@ -0,0 +1,20 @@
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
}
@@ -0,0 +1,19 @@
public interface A
public final class B {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method clone(): B
public synthetic method clone(): java.lang.Object
public final method contains(p0: java.lang.Object): boolean
public method contains(p0: java.lang.String): boolean
public method getSize(): int
public final method remove(p0: java.lang.Object): boolean
public method remove(p0: java.lang.String): boolean
public final method size(): int
}
public final class ObjectCloneKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,16 @@
public abstract class AbstractClass {
public method <init>(): void
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
}
@@ -0,0 +1,16 @@
public class C {
public method <init>(): void
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
}
@@ -0,0 +1,21 @@
public class A {
private field x: java.lang.Object
public method <init>(): void
public method getX(): java.lang.Object
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
public synthetic method getX(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getX(): java.lang.String
public method setX(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
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
}
@@ -0,0 +1,26 @@
public interface A {
public abstract method getK(): java.lang.Object
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
public method <init>(): void
public synthetic method getK(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getK(): java.lang.String
public synthetic method getO(): java.lang.Object
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
}
@@ -0,0 +1,19 @@
public interface A {
public abstract method getX(): java.lang.Object
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
public synthetic method getX(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getX(): java.lang.String
public method setX(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
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
}
@@ -0,0 +1,19 @@
public interface A {
public abstract method getV(): java.lang.Object
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
public synthetic method getV(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
public method setV(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
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
}
@@ -0,0 +1,16 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object): java.lang.String
}
@@ -0,0 +1,28 @@
public interface A {
inner class A/DefaultImpls
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
private final @org.jetbrains.annotations.NotNull field aname: java.lang.String
protected method <init>(@java.lang.Synthetic p0: java.lang.String, @java.lang.Synthetic p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.String): 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 final @org.jetbrains.annotations.NotNull method getAname(): java.lang.String
public static method valueOf(p0: java.lang.String): Z
public static method values(): Z[]
}
@@ -0,0 +1,16 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
}
@@ -0,0 +1,17 @@
public class A {
public method <init>(): void
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
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
}
@@ -0,0 +1,18 @@
public class A {
private final @org.jetbrains.annotations.NotNull field t: java.lang.Number
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Number): void
public @org.jetbrains.annotations.NotNull method foo(): java.lang.Number
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
public synthetic method foo(): java.lang.Number
}
@@ -0,0 +1,22 @@
public interface A {
inner class A/DefaultImpls
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
public synthetic method foo(p0: java.lang.Object): java.lang.String
}
@@ -0,0 +1,16 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Number): java.lang.String
}
@@ -0,0 +1,41 @@
public final class StrList {
public method <init>(): void
public synthetic method add(p0: int, p1: java.lang.Object): void
public method add(p0: int, p1: java.lang.String): void
public synthetic method add(p0: java.lang.Object): boolean
public method add(p0: java.lang.String): boolean
public method addAll(p0: int, p1: java.util.Collection): boolean
public method addAll(p0: java.util.Collection): boolean
public method clear(): void
public method contains(@org.jetbrains.annotations.Nullable p0: java.lang.String): boolean
public final method contains(p0: java.lang.Object): boolean
public method containsAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): boolean
public synthetic method get(p0: int): java.lang.Object
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.String
public method getSize(): int
public method indexOf(@org.jetbrains.annotations.Nullable p0: java.lang.String): int
public final method indexOf(p0: java.lang.Object): int
public method isEmpty(): boolean
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
public method lastIndexOf(@org.jetbrains.annotations.Nullable p0: java.lang.String): int
public final method lastIndexOf(p0: java.lang.Object): int
public @org.jetbrains.annotations.NotNull method listIterator(): java.util.ListIterator
public @org.jetbrains.annotations.NotNull method listIterator(p0: int): java.util.ListIterator
public synthetic method remove(p0: int): java.lang.Object
public method remove(p0: int): java.lang.String
public method remove(p0: java.lang.Object): boolean
public method removeAll(p0: java.util.Collection): boolean
public method retainAll(p0: java.util.Collection): boolean
public synthetic method set(p0: int, p1: java.lang.Object): java.lang.Object
public method set(p0: int, p1: java.lang.String): java.lang.String
public final method size(): int
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
public method toArray(): java.lang.Object[]
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
}
@@ -0,0 +1,21 @@
public abstract class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object): java.lang.String
}
@@ -0,0 +1,21 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
}
@@ -0,0 +1,28 @@
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
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 DelegationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,15 @@
public class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
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
}
@@ -0,0 +1,26 @@
public class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
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
}
@@ -0,0 +1,39 @@
public interface A {
inner class A/DefaultImpls
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
private final @org.jetbrains.annotations.NotNull field aname: java.lang.String
protected method <init>(@java.lang.Synthetic p0: java.lang.String, @java.lang.Synthetic p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.String): 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 final @org.jetbrains.annotations.NotNull method getAname(): java.lang.String
public static method valueOf(p0: java.lang.String): Z
public static method values(): Z[]
}
@@ -0,0 +1,21 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
}
@@ -0,0 +1,22 @@
public class A {
public method <init>(): void
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
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
}
@@ -0,0 +1,25 @@
public class A {
private final field foo: java.lang.Object
private final field t: java.lang.Object
public method <init>(p0: java.lang.Object): void
public method getFoo(): java.lang.Object
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
public synthetic method getFoo(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
}
@@ -0,0 +1,21 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Object): java.lang.String
}
@@ -0,0 +1,21 @@
public class A {
public method <init>(): void
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
public synthetic method foo(p0: java.lang.Number): java.lang.String
}
@@ -0,0 +1,34 @@
public interface A {
inner class A/DefaultImpls
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
}
@@ -0,0 +1,43 @@
public interface A {
inner class A/DefaultImpls
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
public synthetic method foo(p0: java.lang.Object, p1: int): java.lang.String
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
public synthetic method foo(p0: java.lang.Object, p1: int): java.lang.String
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
}
@@ -0,0 +1,34 @@
public interface A {
inner class A/DefaultImpls
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
public synthetic method foo(p0: java.lang.Object): java.lang.String
}