Update LightAnalysisModeCodegenTests for Kotlin 1.1

This commit is contained in:
Yan Zhulanow
2016-11-23 20:21:40 +03:00
parent e31a39386e
commit fcafaf5500
283 changed files with 5499 additions and 66 deletions
@@ -7,5 +7,5 @@ public annotation class Ann {
public final class PropertyWithoutBackingFieldKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
private synthetic deprecated final static @Ann method property$annotations(): void
private synthetic deprecated static @Ann method property$annotations(): void
}
@@ -8,6 +8,6 @@ public annotation class Simple {
public final class SimpleValAnnotationKt {
private final static field foo: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private synthetic deprecated final static @Simple method foo$annotations(): void
private synthetic deprecated static @Simple method foo$annotations(): void
public final static method getFoo(): int
}
@@ -0,0 +1,32 @@
public final class CompanionObjectPropertyAccessorsKt {
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
}
public final class Host {
public final static field Companion: Host.Companion
private final static field x: int
private static field y: int
inner class Host/Companion
public method <init>(): void
}
public final static class Host/Companion {
inner class Host/Companion
private method <init>(): void
public final method getX(): int
public final method getXx(): int
public final method getY(): int
public final method getYy(): int
public final method setY(p0: int): void
public final method setYy(p0: int): void
}
@@ -0,0 +1,5 @@
public final class ExtensionFunctionKt {
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.Nullable p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
}
@@ -0,0 +1,24 @@
public final class C {
private final field x: int
private field y: int
public method <init>(p0: int, p1: int): void
public final method getX(): int
public final method getY(): int
public final method setY(p0: int): void
}
public final class ExtensionPropertyAccessorsKt {
private final static @org.jetbrains.annotations.NotNull field c: C
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getC(): C
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
public final static method getXx(@org.jetbrains.annotations.NotNull p0: C): int
public final static method getYy(@org.jetbrains.annotations.NotNull p0: C): int
public final static method setYy(@org.jetbrains.annotations.NotNull p0: C, p1: int): void
}
@@ -0,0 +1,21 @@
public final class InnerClassConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Outer {
private final @org.jetbrains.annotations.NotNull field x: java.lang.String
inner class Outer/Inner
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
}
public final class Outer/Inner {
synthetic final field this$0: Outer
private final @org.jetbrains.annotations.NotNull field y: java.lang.String
inner class Outer/Inner
public method <init>(@java.lang.Synthetic p0: Outer, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getY(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,42 @@
public final class Host {
public final static field Companion: Host.Companion
private final static field x: int
private static field y: int
inner class Host/Companion
public method <init>(): void
public final static method getX(): int
public final static method getXx(): int
public final static method getY(): int
public final static method getYy(): int
public final static method setY(p0: int): void
public final static method setYy(p0: int): void
}
public final static class Host/Companion {
inner class Host/Companion
private method <init>(): void
public final method getX(): int
public final method getXx(): int
public final method getY(): int
public final method getYy(): int
public final method setY(p0: int): void
public final method setYy(p0: int): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method x$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method xx$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method y$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method yy$annotations(): void
}
public final class JvmStaticCompanionObjectPropertyAccessorsKt {
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
}
@@ -0,0 +1,25 @@
public final class CompanionOwner {
public final static field Companion: CompanionOwner.Companion
inner class CompanionOwner/Companion
public method <init>(): void
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final static class CompanionOwner/Companion {
inner class CompanionOwner/Companion
private method <init>(): void
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class Host {
public final static field INSTANCE: Host
private method <init>(): void
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class JvmStaticObjectFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,29 @@
public final class Host {
public final static field INSTANCE: Host
private final static field x: int
private static field y: int
private method <init>(): void
public final static method getX(): int
public final static method getXx(): int
public final static method getY(): int
public final static method getYy(): int
public final static method setY(p0: int): void
public final static method setYy(p0: int): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method x$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method xx$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method y$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method yy$annotations(): void
}
public final class JvmStaticObjectPropertyAccessorsKt {
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
}
@@ -0,0 +1,11 @@
public final class C {
private final @org.jetbrains.annotations.NotNull field k: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
public final @org.jetbrains.annotations.NotNull method getK(): java.lang.String
}
public final class MemberFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,26 @@
public final class C {
private final field x: int
private field y: int
public method <init>(p0: int, p1: int): void
public final method getX(): int
public final method getXx(): int
public final method getY(): int
public final method getYy(): int
public final method setY(p0: int): void
public final method setYy(p0: int): void
}
public final class MemberPropertyAccessorsKt {
private final static @org.jetbrains.annotations.NotNull field c: C
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getC(): C
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
}
@@ -0,0 +1,24 @@
public final class CompanionOwner {
public final static field Companion: CompanionOwner.Companion
inner class CompanionOwner/Companion
public method <init>(): void
}
public final static class CompanionOwner/Companion {
inner class CompanionOwner/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class Host {
public final static field INSTANCE: Host
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class ObjectFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,25 @@
public final class Host {
public final static field INSTANCE: Host
private final static field x: int
private static field y: int
private method <init>(): void
public final method getX(): int
public final method getXx(): int
public final method getY(): int
public final method getYy(): int
public final method setY(p0: int): void
public final method setYy(p0: int): void
}
public final class ObjectPropertyAccessorsKt {
private final static @org.jetbrains.annotations.NotNull field c_x: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_xx: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field c_y: kotlin.reflect.KMutableProperty0
private final static @org.jetbrains.annotations.NotNull field c_yy: kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getC_x(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_xx(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getC_y(): kotlin.reflect.KMutableProperty0
public final static @org.jetbrains.annotations.NotNull method getC_yy(): kotlin.reflect.KMutableProperty0
}
@@ -20,5 +20,5 @@ public final class O {
public final static field INSTANCE: O
private static field bar: java.lang.String
private method <init>(): void
private synthetic deprecated final static @kotlin.jvm.JvmStatic method bar$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method bar$annotations(): void
}
@@ -20,7 +20,7 @@ public final class O {
public final static field INSTANCE: O
private static field baz: java.lang.String
private method <init>(): void
private synthetic deprecated final static @kotlin.jvm.JvmStatic method baz$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method baz$annotations(): void
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method getBaz(): kotlin.reflect.KMutableProperty
public final @org.jetbrains.annotations.NotNull method getGetBaz(): kotlin.reflect.KFunction
}
@@ -0,0 +1,5 @@
public final class BoundExtensionFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public synthetic static method extFun$default(p0: java.lang.String, p1: java.lang.String, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
public final static @org.jetbrains.annotations.NotNull method extFun(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: java.lang.String): java.lang.String
}
@@ -0,0 +1,4 @@
public final class BoundExtensionPropertyAcessorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getPlusK(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
@@ -0,0 +1,11 @@
public final class BoundJvmStaticInObjectKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Host {
public final static field INSTANCE: Host
private method <init>(): void
public synthetic static method concat$default(p0: java.lang.String, p1: java.lang.String, p2: java.lang.String, p3: java.lang.String, p4: int, p5: java.lang.Object): java.lang.String
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method concat(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: java.lang.String, @org.jetbrains.annotations.NotNull p3: java.lang.String): java.lang.String
}
@@ -0,0 +1,92 @@
public final class CreateInstanceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method test(): void
private final static method testFail(): void
}
public final class DefaultPrimaryAndDefaultSecondary {
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
public method <init>(): void
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public method <init>(p0: int): void
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
}
public final class NoArgAndDefault {
public method <init>(): void
public method <init>(p0: int): void
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
}
public final class NoNoArgConstructor {
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public method <init>(p0: int): void
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
}
public final class Object {
public final static field INSTANCE: Object
private method <init>(): void
}
public final class PrimaryWithDefaults {
private final @org.jetbrains.annotations.NotNull field d1: java.lang.String
private final field d2: int
public method <init>(): void
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
public synthetic method <init>(p0: java.lang.String, p1: int, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
public final @org.jetbrains.annotations.NotNull method getD1(): java.lang.String
public final method getD2(): int
}
public final class PrivateConstructor {
private method <init>(): void
}
public final class Secondary {
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
public method <init>(): void
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
}
public final class SecondaryWithDefaults {
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public method <init>(p0: int): void
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
}
public final class SecondaryWithDefaultsNoPrimary {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public method <init>(p0: int): void
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
}
public final class SeveralDefaultSecondaries {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public method <init>(p0: double): void
public synthetic method <init>(p0: double, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
public method <init>(p0: int): void
public synthetic method <init>(p0: int, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
}
public final class Simple {
public method <init>(): void
}
@@ -0,0 +1,25 @@
public class K {
private final field privateKProp: kotlin.Unit
private @org.jetbrains.annotations.NotNull field publicKProp: kotlin.Unit
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getPublicKProp(): kotlin.Unit
private final method privateKFun(): void
public method publicKFun(): void
public final method setPublicKProp(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
}
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method test(p0: java.lang.String[]): void
}
public final class L {
private field privateLProp: kotlin.Unit
private final @org.jetbrains.annotations.NotNull field publicLProp: kotlin.Unit
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getPublicLProp(): kotlin.Unit
private final method privateLFun(): void
public final method publicLFun(): void
}
@@ -0,0 +1,8 @@
public final class Foo {
public method <init>(): void
}
public final class StarProjectedTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,13 @@
@java.lang.annotation.Retention
public annotation class A1
@java.lang.annotation.Retention
public annotation class A2 {
public abstract method k(): java.lang.Class
public abstract method s(): A1
}
public final class AnnotationClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,9 +1,3 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method x(): int
}
public final class C {
public final static field Companion: C.Companion
inner class C/Companion
@@ -0,0 +1,6 @@
public final class AnnotationTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class Foo
@@ -0,0 +1,9 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method klasses(): java.lang.Class[]
}
public final class ArrayOfKClassesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(): java.lang.annotation.Annotation
private final static method create(p0: java.util.Map): java.lang.annotation.Annotation
}
@@ -0,0 +1,36 @@
public final class CallByKotlinKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(): java.lang.annotation.Annotation
private final static method create(p0: java.util.Map): java.lang.annotation.Annotation
}
@java.lang.annotation.Retention
public annotation class NoParams
@java.lang.annotation.Retention
public annotation class OneDefault {
public abstract method s(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class OneNonDefault {
public abstract method s(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class TwoNonDefaults {
public abstract method klass(): java.lang.Class
public abstract method string(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class TwoParamsOneDefault {
public abstract method s(): java.lang.String
public abstract method x(): int
}
@java.lang.annotation.Retention
public annotation class TwoParamsOneDefaultKClass {
public abstract method klass(): java.lang.Class
public abstract method string(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(p0: java.lang.Object[]): java.lang.annotation.Annotation
}
@@ -0,0 +1,18 @@
public final class CallKotlinKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method create(p0: java.lang.Object[]): java.lang.annotation.Annotation
}
@java.lang.annotation.Retention
public annotation class NoParams
@java.lang.annotation.Retention
public annotation class OneDefault {
public abstract method s(): java.lang.String
}
@java.lang.annotation.Retention
public annotation class TwoNonDefaults {
public abstract method klass(): java.lang.Class
public abstract method string(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class CreateJdkAnnotationInstanceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,20 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method foo(): Foo
public abstract method foos(): Foo[]
public abstract method klass(): java.lang.Class
public abstract method klasses(): java.lang.Class[]
public abstract method level(): kotlin.DeprecationLevel
public abstract method levels(): kotlin.DeprecationLevel[]
}
public final class EnumKClassAnnotationKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @Anno method foo(): void
}
@java.lang.annotation.Retention
public annotation class Foo {
public abstract method value(): java.lang.String
}
@@ -0,0 +1,13 @@
@java.lang.annotation.Retention
public annotation class test/A
@java.lang.annotation.Retention
public annotation class test/B {
public abstract method s(): java.lang.String
}
public final class test/EqualsHashCodeToStringKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @test.A @test.B method javaReflectionAnnotationInstances(): void
}
@@ -0,0 +1,20 @@
@java.lang.annotation.Retention
public annotation class D {
public abstract method d(): double
}
@java.lang.annotation.Retention
public annotation class F {
public abstract method f(): float
}
public final class FloatingPointParametersKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
public final static method checkNot(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.Object): void
public final static @D method dMinusZero(): void
public final static @D method dPlusZero(): void
public final static @F method fMinusZero(): void
public final static @F method fPlusZero(): void
}
@@ -0,0 +1,9 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method equals(): boolean
}
public final class ParameterNamedEqualsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,27 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method b(): byte
public abstract method ba(): byte[]
public abstract method c(): char
public abstract method ca(): char[]
public abstract method d(): double
public abstract method da(): double[]
public abstract method f(): float
public abstract method fa(): float[]
public abstract method i(): int
public abstract method ia(): int[]
public abstract method j(): long
public abstract method ja(): long[]
public abstract method s(): short
public abstract method sa(): short[]
public abstract method str(): java.lang.String
public abstract method stra(): java.lang.String[]
public abstract method z(): boolean
public abstract method za(): boolean[]
}
public final class PrimitivesAndArraysKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @Anno method foo(): void
}
@@ -0,0 +1,9 @@
public final class Foo {
public method <init>(): void
public final method bar(p0: int): int
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class IsInstanceCastAndSafeCastKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method testInstance(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KClass): void
public final static method testNotInstance(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KClass): void
}
@@ -0,0 +1,28 @@
@java.lang.annotation.Retention
public annotation class Anno {
public abstract method b(): byte
public abstract method e(): E
public abstract method es(): E[]
public abstract method k(): java.lang.Class
public abstract method ka(): java.lang.Class[]
public abstract method s(): java.lang.String
public abstract method ss(): java.lang.String[]
public abstract method z(): Z
public abstract method zs(): Z[]
}
public final class AnnotationConstructorParametersKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method tmp(): java.lang.Class[]
}
public enum class E {
protected method <init>(p0: java.lang.String, p1: int): void
public static method valueOf(p0: java.lang.String): E
public static method values(): E[]
}
@java.lang.annotation.Retention
public annotation class Z
@@ -0,0 +1,14 @@
public final class Bar {
public method <init>(): void
}
public final class GenericArrayElementTypeKt {
public final static @org.jetbrains.annotations.NotNull method arrayOfInBar(): java.lang.Object[]
public final static @org.jetbrains.annotations.NotNull method arrayOfInList(): java.lang.Object[]
public final static @org.jetbrains.annotations.NotNull method arrayOfInvBar(): Bar[]
public final static @org.jetbrains.annotations.NotNull method arrayOfInvList(): java.util.List[]
public final static @org.jetbrains.annotations.NotNull method arrayOfOutBar(): Bar[]
public final static @org.jetbrains.annotations.NotNull method arrayOfOutList(): java.util.List[]
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,26 @@
public final class InnerGenericTypeArgumentKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): Outer.Inner.Innermost
}
public final class Outer {
inner class Outer/Inner
public method <init>(): void
}
public final class Outer/Inner {
synthetic final field this$0: Outer
inner class Outer/Inner
inner class Outer/Inner/Innermost
public method <init>(p0: Outer): void
}
public final class Outer/Inner/Innermost {
synthetic final field this$0: Outer.Inner
inner class Outer/Inner
inner class Outer/Inner/Innermost
public method <init>(p0: Outer.Inner): void
}
@@ -0,0 +1,17 @@
public final class Bar {
public method <init>(): void
}
public final class Foo {
public method <init>(): void
}
public final class ParameterizedTypeArgumentKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method fooOfInBar(): Foo
public final static @org.jetbrains.annotations.NotNull method fooOfInvBar(): Foo
public final static @org.jetbrains.annotations.NotNull method fooOfOutBar(): Foo
public final static @org.jetbrains.annotations.NotNull method listOfStrings(): java.util.List
}
@@ -8,7 +8,7 @@ public final class O {
public final static field INSTANCE: O
private static field bar: java.util.List
private method <init>(): void
private synthetic deprecated final static @kotlin.jvm.JvmStatic method bar$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method bar$annotations(): void
}
@@ -8,7 +8,7 @@ public final class O {
public final static field INSTANCE: O
private static field bar: java.lang.String
private method <init>(): void
private synthetic deprecated final static @kotlin.jvm.JvmStatic method bar$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method bar$annotations(): void
}
@@ -0,0 +1,3 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,19 @@
public final class A {
public method <init>(): void
}
public interface Interface
public interface Interface2
public class Klass {
public method <init>(): void
}
public final class SupertypesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class WithNullabilityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method nonNull(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method nullable(): java.lang.String
}
@@ -0,0 +1,24 @@
public final class A {
public method <init>(): void
}
public final class B {
public method <init>(): void
}
public final class Fourple {
public method <init>(): void
}
public final class Fun {
public method <init>(): void
public final method foo(): java.lang.Object
}
public final class TypeParametersEqualsHashCodeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,16 @@
public final class OneBound {
public method <init>(): void
}
public final class SeveralBounds {
public method <init>(): void
}
public final class TypeParametersToStringKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface Variance
@@ -0,0 +1,26 @@
public final class A {
inner class A/B
public method <init>(): void
}
public final class A/B {
synthetic final field this$0: A
inner class A/B
inner class A/B/C
public method <init>(p0: A): void
}
public final class A/B/C {
synthetic final field this$0: A.B
inner class A/B
inner class A/B/C
public method <init>(p0: A.B): void
}
public final class TypeToStringInnerGenericKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): A.B.C
}
@@ -0,0 +1,27 @@
public abstract class AbstractClass {
private final @org.jetbrains.annotations.NotNull field finalVal: kotlin.Unit
private final @org.jetbrains.annotations.NotNull field openVal: kotlin.Unit
public method <init>(): void
public abstract @org.jetbrains.annotations.NotNull method getAbstractVar(): kotlin.Unit
public final @org.jetbrains.annotations.NotNull method getFinalVal(): kotlin.Unit
public @org.jetbrains.annotations.NotNull method getOpenVal(): kotlin.Unit
public abstract method setAbstractVar(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
}
public final class CallableModalityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface Interface {
inner class Interface/DefaultImpls
public abstract method abstractFun(): void
public abstract method openFun(): void
}
public final class Interface/DefaultImpls {
inner class Interface/DefaultImpls
public static method openFun(p0: Interface): void
}
@@ -0,0 +1,31 @@
public final class CallableVisibilityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public class Foo {
private final @org.jetbrains.annotations.NotNull field internalVal: kotlin.Unit
private final field privateToThisVal: java.lang.Object
private final field privateVal: kotlin.Unit
private final @org.jetbrains.annotations.NotNull field protectedVar: kotlin.Unit
private final @org.jetbrains.annotations.NotNull field publicVal: kotlin.Unit
private @org.jetbrains.annotations.NotNull field publicVarPrivateSetter: kotlin.Unit
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getInternalVal$test_module(): kotlin.Unit
public final @org.jetbrains.annotations.NotNull method getPrivateFun(): kotlin.reflect.KFunction
public final @org.jetbrains.annotations.NotNull method getPrivateToThisFun(): kotlin.reflect.KFunction
public final @org.jetbrains.annotations.NotNull method getPrivateToThisVal(): kotlin.reflect.KProperty
public final @org.jetbrains.annotations.NotNull method getPrivateVal(): kotlin.reflect.KProperty0
public final @org.jetbrains.annotations.NotNull method getProtectedFun(): kotlin.reflect.KFunction
protected final @org.jetbrains.annotations.NotNull method getProtectedVar(): kotlin.Unit
public final @org.jetbrains.annotations.NotNull method getProtectedVar(): kotlin.reflect.KProperty0
public final @org.jetbrains.annotations.NotNull method getPublicVal(): kotlin.Unit
public final @org.jetbrains.annotations.NotNull method getPublicVarPrivateSetter(): kotlin.Unit
public final @org.jetbrains.annotations.NotNull method getPublicVarPrivateSetter(): kotlin.reflect.KMutableProperty0
public final method internalFun$test_module(): void
private final method privateFun(): void
private final method privateToThisFun(): java.lang.Object
protected final method protectedFun(): void
public final method publicFun(): void
private final method setPublicVarPrivateSetter(p0: kotlin.Unit): void
}
@@ -0,0 +1,53 @@
public abstract class AbstractClass {
public method <init>(): void
}
@java.lang.annotation.Retention
public annotation class AnnotationClass
public final class ClassModalityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public enum class EnumClass {
protected method <init>(p0: java.lang.String, p1: int): void
public static method valueOf(p0: java.lang.String): EnumClass
public static method values(): EnumClass[]
}
public abstract enum class EnumClassWithAbstractMember {
protected method <init>(p0: java.lang.String, p1: int): void
public abstract method foo(): void
public static method valueOf(p0: java.lang.String): EnumClassWithAbstractMember
public static method values(): EnumClassWithAbstractMember[]
}
public final class FinalClass {
public final static field Companion: FinalClass.Companion
inner class FinalClass/Companion
public method <init>(): void
}
public final static class FinalClass/Companion {
inner class FinalClass/Companion
private method <init>(): void
}
public interface Interface
public final class Object {
public final static field INSTANCE: Object
private method <init>(): void
}
public class OpenClass {
public method <init>(): void
}
@@ -0,0 +1,31 @@
public final class ClassVisibilityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class DefaultVisibilityClass {
public method <init>(): void
}
public final class InternalClass {
public method <init>(): void
}
final class PrivateClass {
public method <init>(): void
}
public final class PublicClass {
inner class PublicClass/ProtectedClass
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getProtectedClass(): kotlin.reflect.KClass
}
protected final static class PublicClass/ProtectedClass {
inner class PublicClass/ProtectedClass
public method <init>(): void
}
@@ -0,0 +1,47 @@
public final class ClassesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public abstract class S {
public final static field Companion: S.Companion
inner class S/Companion
inner class S/DataClass
inner class S/InnerClass
inner class S/NonCompanionObject
private method <init>(): void
}
public final static class S/Companion {
inner class S/Companion
private method <init>(): void
}
public final static class S/DataClass {
private final field x: int
inner class S/DataClass
public method <init>(p0: int): void
public final method component1(): int
public synthetic static method copy$default(p0: S.DataClass, p1: int, p2: int, p3: java.lang.Object): S.DataClass
public final @org.jetbrains.annotations.NotNull method copy(p0: int): S.DataClass
public method equals(p0: java.lang.Object): boolean
public final method getX(): int
public method hashCode(): int
public method toString(): java.lang.String
}
public final class S/InnerClass {
synthetic final field this$0: S
inner class S/InnerClass
public method <init>(p0: S): void
}
public final class S/NonCompanionObject {
public final static field INSTANCE: S.NonCompanionObject
inner class S/NonCompanionObject
private method <init>(): void
}
@@ -0,0 +1,16 @@
public final class External {
public method <init>(): void
public final method external(): void
}
public final class FunctionsKt {
private final static @org.jetbrains.annotations.NotNull field externalGetter: kotlin.Unit
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getExternalGetter(): kotlin.Unit
public final static @org.jetbrains.annotations.NotNull method getInlineProperty(): kotlin.Unit
public final static method infix(@org.jetbrains.annotations.NotNull p0: kotlin.Unit, @org.jetbrains.annotations.NotNull p1: kotlin.Unit): void
public final static method inline(): void
public final static method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
public final static method setInlineProperty(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
}
@@ -0,0 +1,3 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class ParametersKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: kotlin.Unit, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1, @org.jetbrains.annotations.NotNull p2: kotlin.Unit[]): void
}
@@ -0,0 +1,17 @@
public final class A {
public @org.jetbrains.annotations.NotNull field lateinit: kotlin.Unit
private @org.jetbrains.annotations.NotNull field nonLateinit: kotlin.Unit
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getLateinit(): kotlin.Unit
public final @org.jetbrains.annotations.NotNull method getNonLateinit(): kotlin.Unit
public final method setLateinit(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
public final method setNonLateinit(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
}
public final class PropertiesKt {
public final static @org.jetbrains.annotations.NotNull field const: java.lang.String
private final static @org.jetbrains.annotations.NotNull field nonConst: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getNonConst(): java.lang.String
}
@@ -0,0 +1,10 @@
public final class A {
public method <init>(): void
public final method nonReified(): java.lang.Object
private final method reified(): java.lang.Object
}
public final class TypeParametersKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,26 @@
public final class BoundInnerClassConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
public final class Outer {
private final @org.jetbrains.annotations.NotNull field s1: java.lang.String
inner class Outer/Inner
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getS1(): java.lang.String
}
public final class Outer/Inner {
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
private final @org.jetbrains.annotations.NotNull field s2: java.lang.String
private final @org.jetbrains.annotations.NotNull field s3: java.lang.String
synthetic final field this$0: Outer
inner class Outer/Inner
public method <init>(@java.lang.Synthetic p0: Outer, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
public synthetic method <init>(p0: Outer, p1: java.lang.String, p2: java.lang.String, p3: int, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getS2(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getS3(): java.lang.String
}
@@ -0,0 +1,10 @@
public final class BoundObjectMemberReferencesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Host {
public final static field INSTANCE: Host
private method <init>(): void
public final method foo(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,14 @@
public final class BoundReferencesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method extFun(@org.jetbrains.annotations.NotNull p0: C, p1: int): void
}
public final class C {
private @org.jetbrains.annotations.NotNull field bar: java.lang.String
public method <init>(): void
public final method foo(): void
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
public final method setBar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,4 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: int): int
}
@@ -0,0 +1,11 @@
public final class A {
public method <init>(): void
public final method memExt(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
}
public final class InstanceExtensionReceiverAndValueParametersKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method ext(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Object[]): void
public final static method topLevel(): void
}
@@ -0,0 +1,3 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -2,7 +2,7 @@ public final class Obj {
public final static field INSTANCE: Obj
private static field result: java.lang.String
private method <init>(): void
private synthetic deprecated final static @kotlin.jvm.JvmStatic method result$annotations(): void
private synthetic deprecated static @kotlin.jvm.JvmStatic method result$annotations(): void
}
@@ -0,0 +1,12 @@
public final class BuiltInClassSupertypesKt {
public final static @org.jetbrains.annotations.NotNull method any(): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method charSequence(): java.lang.CharSequence
private final static method check(p0: kotlin.reflect.KCallable[]): void
private final static method checkAll(p0: kotlin.reflect.KCallable[]): void
public final static @org.jetbrains.annotations.NotNull method cloneable(): java.lang.Cloneable
public final static @org.jetbrains.annotations.NotNull method comparableOfInt(): java.lang.Comparable
public final static @org.jetbrains.annotations.NotNull method comparableOfString(): java.lang.Comparable
public final static @org.jetbrains.annotations.NotNull method number(): java.lang.Number
public final static @org.jetbrains.annotations.NotNull method serializable(): java.io.Serializable
}
@@ -0,0 +1,18 @@
public interface A
public interface B
public interface C
public interface D
public final class GenericSubstitutionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface StringList
@@ -0,0 +1,17 @@
public final class Bar {
public method <init>(): void
}
public interface Interface
public final class IsSubclassOfIsSuperclassOfKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KClass, p2: boolean): void
}
public class Klass {
public method <init>(): void
}
@@ -0,0 +1,3 @@
public final class PrimitivesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,28 @@
public final class ClassAndTwoInterfaces {
public method <init>(): void
}
public interface Interface
public interface Interface2
public final class OneClass {
public method <init>(): void
}
public class Simple {
public method <init>(): void
}
public final class SimpleSupertypesKt {
public final static @org.jetbrains.annotations.NotNull method any(): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method interface2(): Interface2
public final static @org.jetbrains.annotations.NotNull method interface_(): Interface
public final static @org.jetbrains.annotations.NotNull method simple(): Simple
}
@@ -0,0 +1,9 @@
public final class DeclarationSiteVarianceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Triple {
public method <init>(): void
public final method foo(): java.lang.Object
}
@@ -0,0 +1,19 @@
public final class C {
public method <init>(): void
public final method baz(): void
public final method quux(): void
}
public final class F {
public method <init>(): void
public final method foo(): void
public final method getBar(p0: java.lang.Object): java.lang.Object
}
public final class TypeParametersAndNamesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public synthetic static method get$default(p0: kotlin.reflect.KClass, p1: java.lang.String, p2: int, p3: java.lang.Object): java.util.List
public final static @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass, @org.jetbrains.annotations.Nullable p1: java.lang.String): java.util.List
}
@@ -0,0 +1,41 @@
public final class DefaultBound {
public method <init>(): void
}
public final class FunctionTypeParameter {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.Cloneable
}
public final class NotNullAnyBound {
public method <init>(): void
}
public final class NullableAnyBound {
public method <init>(): void
}
public final class OtherParameterBound {
public method <init>(): void
}
public final class RecursiveGeneric {
public method <init>(): void
}
public final class TwoBounds {
public method <init>(): void
}
public final class UpperBoundsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method notNullAny(): java.lang.Object
public final static @org.jetbrains.annotations.Nullable method nullableAny(): java.lang.Object
}
@@ -0,0 +1,27 @@
public final class ClassifierIsClassKt {
public final static @org.jetbrains.annotations.NotNull method array(): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method inner(): Outer.Inner
public final static @org.jetbrains.annotations.NotNull method nested(): Outer.Nested
public final static @org.jetbrains.annotations.NotNull method outer(): Outer
}
public final class Outer {
inner class Outer/Inner
inner class Outer/Nested
public method <init>(): void
}
public final class Outer/Inner {
synthetic final field this$0: Outer
inner class Outer/Inner
public method <init>(p0: Outer): void
}
public final static class Outer/Nested {
inner class Outer/Nested
public method <init>(): void
}
@@ -0,0 +1,10 @@
public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.Nullable method bar(): java.lang.Object[]
public final method foo(): java.lang.Object
}
public final class ClassifierIsTypeParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,9 @@
public final class ClassifiersOfBuiltInTypesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KFunction, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KClass[]): void
public final static method nullablePrimitives(@org.jetbrains.annotations.Nullable p0: java.lang.Boolean, @org.jetbrains.annotations.Nullable p1: java.lang.Byte, @org.jetbrains.annotations.Nullable p2: java.lang.Character, @org.jetbrains.annotations.Nullable p3: java.lang.Double, @org.jetbrains.annotations.Nullable p4: java.lang.Float, @org.jetbrains.annotations.Nullable p5: java.lang.Integer, @org.jetbrains.annotations.Nullable p6: java.lang.Long, @org.jetbrains.annotations.Nullable p7: java.lang.Short): void
public final static method others(@org.jetbrains.annotations.NotNull p0: java.lang.Object[], @org.jetbrains.annotations.NotNull p1: java.lang.String[], @org.jetbrains.annotations.NotNull p2: java.lang.Integer[][], @org.jetbrains.annotations.NotNull p3: java.util.List, @org.jetbrains.annotations.Nullable p4: java.util.List, @org.jetbrains.annotations.NotNull p5: java.util.Map$Entry, @org.jetbrains.annotations.Nullable p6: kotlin.Unit, @org.jetbrains.annotations.NotNull p7: java.lang.String, @org.jetbrains.annotations.NotNull p8: java.lang.Void): void
public final static method primitiveArrays(@org.jetbrains.annotations.NotNull p0: boolean[], @org.jetbrains.annotations.NotNull p1: byte[], @org.jetbrains.annotations.NotNull p2: char[], @org.jetbrains.annotations.NotNull p3: double[], @org.jetbrains.annotations.NotNull p4: float[], @org.jetbrains.annotations.NotNull p5: int[], @org.jetbrains.annotations.NotNull p6: long[], @org.jetbrains.annotations.NotNull p7: short[]): void
public final static method primitives(p0: boolean, p1: byte, p2: char, p3: double, p4: float, p5: int, p6: long, p7: short): void
private final static method wrapper(): kotlin.reflect.KClass
}
@@ -0,0 +1,8 @@
public final class EqualityKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Foo {
public method <init>(): void
}
@@ -0,0 +1,33 @@
public final class A {
inner class A/B
inner class A/D
public method <init>(): void
}
public final class A/B {
synthetic final field this$0: A
inner class A/B
inner class A/B/C
public method <init>(p0: A): void
}
public final class A/B/C {
synthetic final field this$0: A.B
inner class A/B
inner class A/B/C
public method <init>(p0: A.B): void
}
public final static class A/D {
inner class A/D
public method <init>(): void
}
public final class InnerGenericKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): A.B.C
}
@@ -0,0 +1,13 @@
public final class Bar {
public method <init>(): void
}
public final class Foo {
public method <init>(): void
}
public final class SimpleCreateTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,10 @@
public final class Foo {
public method <init>(): void
public final method nonNull(): java.lang.Object
public final @org.jetbrains.annotations.Nullable method nullable(): java.lang.Object
}
public final class TypeParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,24 @@
public final class Outer {
inner class Outer/Inner
inner class Outer/Nested
public method <init>(): void
}
public final class Outer/Inner {
synthetic final field this$0: Outer
inner class Outer/Inner
public method <init>(p0: Outer): void
}
public final static class Outer/Nested {
inner class Outer/Nested
public method <init>(): void
}
public final class WrongNumberOfArgumentsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClassifier, @org.jetbrains.annotations.NotNull p1: java.util.List): void
}
@@ -0,0 +1,26 @@
public final class InnerGenericArgumentsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): Outer.Inner.Innermost
}
public final class Outer {
inner class Outer/Inner
public method <init>(): void
}
public final class Outer/Inner {
synthetic final field this$0: Outer
inner class Outer/Inner
inner class Outer/Inner/Innermost
public method <init>(p0: Outer): void
}
public final class Outer/Inner/Innermost {
synthetic final field this$0: Outer.Inner
inner class Outer/Inner
inner class Outer/Inner/Innermost
public method <init>(p0: Outer.Inner): void
}
@@ -0,0 +1,7 @@
public final class JvmErasureOfClassKt {
public final static @org.jetbrains.annotations.NotNull method array(): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method collection(): java.util.Collection
public final static @org.jetbrains.annotations.NotNull method mutableCollection(): java.util.Collection
public final static @org.jetbrains.annotations.NotNull method string(): java.lang.String
}
@@ -0,0 +1,26 @@
public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method arrayOfAny(): java.lang.Object[]
public final @org.jetbrains.annotations.NotNull method arrayOfArrayOfCloneable(): java.lang.Cloneable[][]
public final @org.jetbrains.annotations.NotNull method arrayOfNumber(): java.lang.Number[]
public final @org.jetbrains.annotations.NotNull method interfaceAndClass1(): O
public final @org.jetbrains.annotations.NotNull method interfaceAndClass2(): O
public final method nullableString(): java.lang.String
public final method otherTypeParameter(): java.lang.Object
public final @org.jetbrains.annotations.NotNull method otherTypeParameterWithBound(): java.util.List
public final method simple(): java.lang.Object
public final @org.jetbrains.annotations.NotNull method string(): java.lang.String
public final @org.jetbrains.annotations.NotNull method twoInterfaces1(): java.lang.Cloneable
public final @org.jetbrains.annotations.NotNull method twoInterfaces2(): java.lang.Comparable
}
public final class JvmErasureOfTypeParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.lang.String): kotlin.reflect.KClass
}
public class O {
public method <init>(): void
}
@@ -0,0 +1,3 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,6 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KCallable, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KCallable): void
public final static @org.jetbrains.annotations.Nullable method nullableString(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method string(): java.lang.String
}
@@ -1,16 +1,15 @@
public final class DefaultTypeKt {
public final class A {
public method <init>(): void
}
public class G {
public method <init>(): void
}
public final class SimpleGenericTypesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method genericIntString(): Generic
public final static @org.jetbrains.annotations.NotNull method simple(): Simple
}
public final class Generic {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method thiz(): Generic
}
public final class Simple {
public method <init>(): void
public final static @org.jetbrains.annotations.NotNull method gOfInt(): G
public final static @org.jetbrains.annotations.NotNull method gOfString(): G
}
@@ -0,0 +1,22 @@
public class O {
public method <init>(): void
}
public final class SimpleSubtypeSupertypeKt {
public final static @org.jetbrains.annotations.NotNull method any(): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KCallable, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KCallable, p2: boolean): void
public final static @org.jetbrains.annotations.NotNull method function2(): kotlin.jvm.functions.Function2
public final static @org.jetbrains.annotations.NotNull method function3(): kotlin.jvm.functions.Function3
public final static method int(): int
public final static @org.jetbrains.annotations.NotNull method nothing(): java.lang.Void
public final static @org.jetbrains.annotations.Nullable method nullableNothing(): java.lang.Void
public final static @org.jetbrains.annotations.Nullable method nullableString(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method string(): java.lang.String
}
public final class X {
public method <init>(): void
}
@@ -0,0 +1,12 @@
public final class G {
public method <init>(): void
}
public final class TypeProjectionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method inNumber(): G
public final static @org.jetbrains.annotations.NotNull method number(): G
public final static @org.jetbrains.annotations.NotNull method outNumber(): G
public final static @org.jetbrains.annotations.NotNull method star(): G
}
@@ -0,0 +1,12 @@
public final class Fourple {
public method <init>(): void
}
public final class TypeArgumentsKt {
public final static @org.jetbrains.annotations.NotNull method array(): java.lang.Number[]
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method list(): java.util.List
public final static @org.jetbrains.annotations.NotNull method projections(): Fourple
public final static @org.jetbrains.annotations.NotNull method string(): java.lang.String
}
@@ -0,0 +1,10 @@
public final class Fourple {
public method <init>(): void
}
public final class UseSiteVarianceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): Fourple
public final static @org.jetbrains.annotations.NotNull method listOfStrings(): java.util.List
}
@@ -0,0 +1,5 @@
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method nonNull(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method nullable(): java.lang.String
}