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:
committed by
Yan Zhulanow
parent
8bdb54929b
commit
328286ab14
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Anno
|
||||
|
||||
|
||||
public final class AnnotationRetentionAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Anno {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Get
|
||||
|
||||
|
||||
public final class PropertyAccessorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @Get @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
public final static @Set method setFoo(@SetParam @org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Set
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class SetParam
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Ann {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class BinaryAnno
|
||||
|
||||
|
||||
public final class RetentionsKt {
|
||||
public final static @RuntimeAnno @SourceAnno @BinaryAnno @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class RuntimeAnno
|
||||
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class SourceAnno
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
@Simple
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleClassAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
public final class C {
|
||||
public @Primary method <init>(): void
|
||||
public @Secondary method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Primary
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Secondary
|
||||
|
||||
|
||||
public final class SimpleConstructorAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleFunAnnotationKt {
|
||||
public final static @Simple @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleParamAnnotationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@Simple p0: int): void
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Simple {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
public final static method getFoo(): int
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class CannotCallEnumConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
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[]
|
||||
}
|
||||
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
public final class A {
|
||||
private field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class CounterTest {
|
||||
private field baz: java.lang.String
|
||||
private field generic: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class DisallowNullValueForNotNullFieldKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
private final @org.jetbrains.annotations.NotNull field s: 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 synthetic static method copy$default(p0: D, p1: java.lang.String, p2: int, p3: java.lang.Object): D
|
||||
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String): D
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class EqualsHashCodeToStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class ExceptionHappenedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method fail(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
public class A {
|
||||
private final field t: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
public final method foo(): java.lang.Object
|
||||
public final method getT(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class FakeOverrideSubstitutedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
public final class A {
|
||||
private field bar: java.lang.String
|
||||
public method <init>(): void
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): kotlin.reflect.KMutableProperty1
|
||||
}
|
||||
|
||||
|
||||
public final class IncorrectNumberOfArgumentsKt {
|
||||
private static @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
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: java.lang.Object[]): void
|
||||
public final static @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
public final static method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
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
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
public final class A {
|
||||
inner class A/Inner
|
||||
inner class A/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/Inner {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
synthetic final field this$0: A
|
||||
inner class A/Inner
|
||||
public method <init>(@java.lang.Synthetic p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Nested {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
inner class A/Nested
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class InnerClassConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
inner class C/Companion
|
||||
public method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method bar(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
public final @kotlin.jvm.JvmStatic method bar(): void
|
||||
}
|
||||
|
||||
|
||||
public final class JvmStaticKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method foo(): void
|
||||
}
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
public final class JvmStaticInObjectIncorrectReceiverKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method bar(): void
|
||||
public final static @kotlin.jvm.JvmStatic method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.lang.String): kotlin.reflect.KCallable
|
||||
public final static @kotlin.jvm.JvmStatic method sly(@org.jetbrains.annotations.NotNull p0: Obj): void
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class LocalClassMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method foo(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class MemberOfGenericClassKt {
|
||||
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,9 @@
|
||||
public final class A {
|
||||
private field result: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivatePropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method getP2(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method getMp2(p0: int): int
|
||||
public final method setMp2(p0: int, p1: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyAccessorsKt {
|
||||
private static field globalCounter: int
|
||||
private static field mp0: int
|
||||
private final static field p0: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getGlobalCounter(): int
|
||||
public final static method getMp0(): int
|
||||
public final static method getMp1(p0: int): int
|
||||
public final static method getP0(): int
|
||||
public final static method getP1(p0: int): int
|
||||
public final static method setGlobalCounter(p0: int): void
|
||||
public final static method setMp0(p0: int): void
|
||||
public final static method setMp1(p0: int, p1: int): void
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
public final class Foo {
|
||||
private final @org.jetbrains.annotations.NotNull field id: 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 synthetic static method copy$default(p0: Foo, p1: java.lang.String, p2: int, p3: java.lang.Object): Foo
|
||||
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String): Foo
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public final method getId(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getId(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PropertyGetterAndGetFunctionDifferentReturnTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method bar(): void
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method baz(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ReturnUnitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(): void
|
||||
public final static @org.jetbrains.annotations.Nullable method nullableUnit(p0: boolean): kotlin.Unit
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method foo(p0: int, p1: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleMemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public final class SimpleTopLevelFunctionsKt {
|
||||
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public final static method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
public final static @org.jetbrains.annotations.NotNull method getState(): java.lang.String
|
||||
public final static method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
inner class C/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
public synthetic static method foo$default(p0: C.Companion, p1: java.lang.String, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
|
||||
public final @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
|
||||
}
|
||||
|
||||
|
||||
public final class CompanionObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
public final class DefaultAndNonDefaultIntertwinedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method foo$default(p0: java.lang.String, p1: java.lang.String, p2: java.lang.String, p3: java.lang.String, p4: java.lang.String, p5: int, p6: java.lang.Object): 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, @org.jetbrains.annotations.NotNull p2: java.lang.String, @org.jetbrains.annotations.NotNull p3: java.lang.String, @org.jetbrains.annotations.NotNull p4: java.lang.String): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class ExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method sum$default(p0: java.lang.String, p1: java.lang.String, p2: int, p3: java.lang.Object): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method sum(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
inner class C/Companion
|
||||
public method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic @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
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
public synthetic static method foo$default(p0: C.Companion, p1: java.lang.String, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
|
||||
public final @kotlin.jvm.JvmStatic @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
|
||||
}
|
||||
|
||||
|
||||
public final class JvmStaticInCompanionObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class JvmStaticInObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private method <init>(): void
|
||||
public synthetic static method foo$default(p0: java.lang.String, p1: java.lang.String, p2: int, p3: java.lang.Object): java.lang.String
|
||||
public final static @kotlin.jvm.JvmStatic @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
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: A, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int, p9: int, p10: int, p11: int, p12: int, p13: int, p14: int, p15: int, p16: int, p17: int, p18: int, p19: int, p20: int, p21: int, p22: int, p23: int, p24: int, p25: int, p26: int, p27: int, p28: int, p29: int, p30: int, p31: int, p32: int, p33: int, p34: int, p35: int, p36: int, p37: int, p38: int, p39: int, p40: int, p41: int, p42: int, p43: int, p44: int, p45: int, p46: int, p47: int, p48: int, p49: int, p50: int, p51: int, p52: int, p53: int, p54: int, p55: int, p56: int, p57: int, p58: int, p59: int, p60: int, p61: int, p62: int, p63: int, p64: int, p65: int, p66: int, p67: int, p68: int, p69: int, p70: int, p71: int, p72: int, p73: int, p74: java.lang.Object): void
|
||||
public final method foo(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int, p9: int, p10: int, p11: int, p12: int, p13: int, p14: int, p15: int, p16: int, p17: int, p18: int, p19: int, p20: int, p21: int, p22: int, p23: int, p24: int, p25: int, p26: int, p27: int, p28: int, p29: int, p30: int, p31: int, p32: int, p33: int, p34: int, p35: int, p36: int, p37: int, p38: int, p39: int, p40: int, p41: int, p42: int, p43: int, p44: int, p45: int, p46: int, p47: int, p48: int, p49: int, p50: int, p51: int, p52: int, p53: int, p54: int, p55: int, p56: int, p57: int, p58: int, p59: int, p60: int, p61: int, p62: int, p63: int, p64: int, p65: int, p66: int, p67: int, p68: int, p69: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class ManyArgumentsOnlyOneDefaultKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: A, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int, p9: int, p10: int, p11: int, p12: int, p13: int, p14: int, p15: int, p16: int, p17: int, p18: int, p19: int, p20: int, p21: int, p22: int, p23: int, p24: int, p25: int, p26: int, p27: int, p28: int, p29: int, p30: int, p31: int, p32: int, p33: int, p34: int, p35: int, p36: int, p37: int, p38: int, p39: int, p40: int, p41: int, p42: int, p43: int, p44: int, p45: int, p46: int, p47: int, p48: int, p49: int, p50: int, p51: int, p52: int, p53: int, p54: int, p55: int, p56: int, p57: int, p58: int, p59: int, p60: int, p61: int, p62: int, p63: int, p64: int, p65: int, p66: int, p67: int, p68: int, p69: int, p70: int, p71: int, p72: int, p73: int, p74: java.lang.Object): void
|
||||
public final method foo(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int, p9: int, p10: int, p11: int, p12: int, p13: int, p14: int, p15: int, p16: int, p17: int, p18: int, p19: int, p20: int, p21: int, p22: int, p23: int, p24: int, p25: int, p26: int, p27: int, p28: int, p29: int, p30: int, p31: int, p32: int, p33: int, p34: int, p35: int, p36: int, p37: int, p38: int, p39: int, p40: int, p41: int, p42: int, p43: int, p44: int, p45: int, p46: int, p47: int, p48: int, p49: int, p50: int, p51: int, p52: int, p53: int, p54: int, p55: int, p56: int, p57: int, p58: int, p59: int, p60: int, p61: int, p62: int, p63: int, p64: int, p65: int, p66: int, p67: int, p68: int, p69: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class ManyMaskArgumentsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class NonDefaultParameterOmittedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method foo$default(p0: int, p1: int, p2: int, p3: java.lang.Object): int
|
||||
public final static method foo(p0: int, p1: int): int
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public final class NullValueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method foo$default(p0: java.lang.String, p1: int, p2: java.lang.Object): void
|
||||
public final static method foo(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class OrdinaryMethodIsInvokedWhenNoDefaultValuesAreUsedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method foo$default(p0: java.lang.String, p1: int, p2: java.lang.Object): void
|
||||
public final static method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class PrimitiveDefaultValuesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method primitives$default(p0: boolean, p1: char, p2: byte, p3: short, p4: int, p5: float, p6: long, p7: double, p8: int, p9: java.lang.Object): void
|
||||
public final static method primitives(p0: boolean, p1: char, p2: byte, p3: short, p4: int, p5: float, p6: long, p7: double): void
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method f(): kotlin.reflect.KFunction
|
||||
synthetic static method foo$default(p0: A, p1: java.lang.Object, p2: int, p3: java.lang.Object): void
|
||||
private final method foo(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateMemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(): void
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(): void
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public synthetic static method foo$default(p0: A, p1: int, p2: int, p3: java.lang.Object): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleMemberFuncitonKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class SimpleTopLevelFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method foo$default(p0: java.lang.String, p1: int, p2: java.lang.Object): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class AnnotationClassLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class ArraysKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class BuiltinClassLiteralsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
public final class GenericArraysKt {
|
||||
private final static method arrayClass(): kotlin.reflect.KClass
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public final class Generic {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class GenericClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
public final class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Other {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ReifiedTypeClassLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method myJavaClass(): java.lang.Class
|
||||
private final static method simpleName(): java.lang.String
|
||||
private final static method twoReifiedParams(): java.lang.String
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleClassLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public final class ClassSimpleNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
public final class A {
|
||||
public final static field C: A.C
|
||||
inner class A/C
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/C {
|
||||
inner class A/C
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class CompanionObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public enum class E {
|
||||
public final static field Companion: E.Companion
|
||||
public final static field ENTRY: E
|
||||
inner class E/Companion
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): E
|
||||
public static method values(): E[]
|
||||
}
|
||||
|
||||
|
||||
public final static class E/Companion {
|
||||
inner class E/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
public final class DefaultTypeKt {
|
||||
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
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
public final class JvmNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Klass {
|
||||
public final static field Companion: Klass.Companion
|
||||
inner class Klass/Companion
|
||||
inner class Klass/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Klass/Companion {
|
||||
inner class Klass/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Klass/Nested {
|
||||
inner class Klass/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class LocalClassSimpleNameKt {
|
||||
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: java.lang.String): void
|
||||
public final static method localInMethod(): void
|
||||
}
|
||||
|
||||
|
||||
public final class LocalInConstructor {
|
||||
public method <init>(): void
|
||||
}
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
inner class A/Companion
|
||||
inner class A/Inner
|
||||
inner class A/Nested
|
||||
inner class A/PrivateNested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class A/Inner {
|
||||
synthetic final field this$0: A
|
||||
inner class A/Inner
|
||||
public method <init>(p0: A): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Nested {
|
||||
inner class A/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
private final static class A/PrivateNested {
|
||||
inner class A/PrivateNested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class NestedClassesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method nestedNames(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass): java.util.List
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public final static field Factory: B.Factory
|
||||
inner class B/Factory
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class B/Factory {
|
||||
inner class B/Factory
|
||||
private method <init>(): void
|
||||
public final method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private method <init>(): void
|
||||
public final method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ObjectInstanceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class PrimitiveKClassEqualityKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
public final class Klass {
|
||||
public final static field Companion: Klass.Companion
|
||||
inner class Klass/Companion
|
||||
inner class Klass/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Klass/Companion {
|
||||
inner class Klass/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Klass/Nested {
|
||||
inner class Klass/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class QualifiedNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+31
@@ -0,0 +1,31 @@
|
||||
@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
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ClassesWithoutConstructorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Interface
|
||||
|
||||
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private method <init>(): void
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ConstructorNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+57
@@ -0,0 +1,57 @@
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
inner class C/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public enum class En {
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): En
|
||||
public static method values(): En[]
|
||||
}
|
||||
|
||||
|
||||
public interface I
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class OnlyPrimary {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class OnlySecondary {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrimaryConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PrimaryWithSecondary {
|
||||
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 @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TwoSecondaries {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public method <init>(p0: double): void
|
||||
}
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
private method <init>(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
inner class C/Inner
|
||||
inner class C/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C/Inner {
|
||||
synthetic final field this$0: C
|
||||
inner class C/Inner
|
||||
public method <init>(p0: C): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/Nested {
|
||||
inner class C/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleGetConstructorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class AnonymousObjectInInlinedLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): A
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class ClassInLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
public final class FunctionExpressionInPropertyKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field property: kotlin.jvm.functions.Function0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getProperty(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
public final class Kt6368Kt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final static @org.jetbrains.annotations.NotNull field a$delegate: kotlin.Lazy
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getA(): java.util.HashMap
|
||||
}
|
||||
|
||||
|
||||
public interface R {
|
||||
public abstract @org.jetbrains.annotations.NotNull method result(): java.lang.String
|
||||
}
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field prop: java.lang.Runnable
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.Runnable
|
||||
}
|
||||
|
||||
|
||||
public final class Kt6691_lambdaInSamConstructorKt {
|
||||
private static @org.jetbrains.annotations.NotNull field lambda: kotlin.jvm.functions.Function0
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getLambda(): kotlin.jvm.functions.Function0
|
||||
public final static method setLambda(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
public final class LambdaInClassObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field Companion: O.Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function0
|
||||
inner class O/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class O/Companion {
|
||||
inner class O/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getF(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class C {
|
||||
private final @org.jetbrains.annotations.NotNull field l: java.lang.Object
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getL(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class LambdaInFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class LambdaInLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInLocalClassConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
public class C {
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.Object
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInLocalClassSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class LambdaInLocalFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInMemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
compiler/testData/codegen/light-analysis/reflection/enclosing/lambdaInMemberFunctionInLocalClass.txt
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class LambdaInMemberFunctionInLocalClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
public final class C {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class C/D {
|
||||
inner class C/D
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInMemberFunctionInNestedClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
public final class LambdaInObjectDeclarationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private final static @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function0
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getF(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public interface C {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInObjectExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
public class C {
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.Object
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class LambdaInObjectLiteralSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public final class LambdaInPackageKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field l: java.lang.Object
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getL(): java.lang.Object
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class LambdaInPropertyGetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getL(): java.lang.Object
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public final class LambdaInPropertySetterKt {
|
||||
private static @org.jetbrains.annotations.NotNull field _l: java.lang.Object
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getL(): java.lang.Object
|
||||
public final static @org.jetbrains.annotations.NotNull method get_l(): java.lang.Object
|
||||
public final static method setL(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
public final static method set_l(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
public final class LocalClassInTopLevelFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class ObjectInLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
public class K {
|
||||
public method <init>(): void
|
||||
private final method privateMemberExtensionK(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
private final method privateMemberK(): void
|
||||
public final method publicMemberExtensionK(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
public final method publicMemberK(): void
|
||||
}
|
||||
|
||||
|
||||
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: java.util.Collection, @org.jetbrains.annotations.NotNull p1: java.util.Set): void
|
||||
public final static @org.jetbrains.annotations.NotNull method names(@org.jetbrains.annotations.NotNull p0: java.util.Collection): java.util.Set
|
||||
}
|
||||
|
||||
|
||||
public final class L {
|
||||
public method <init>(): void
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class FunctionFromStdlibKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doStuff(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): java.lang.String
|
||||
}
|
||||
compiler/testData/codegen/light-analysis/reflection/functions/functionReferenceErasedToKFunction.txt
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
public final class K {
|
||||
public final static field Companion: K.Companion
|
||||
inner class K/Companion
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method reverse(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class K/Companion {
|
||||
inner class K/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getRef(): kotlin.reflect.KFunction
|
||||
}
|
||||
|
||||
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
public interface A
|
||||
|
||||
|
||||
public final class GenericOverriddenFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface H {
|
||||
public abstract @org.jetbrains.annotations.Nullable method foo(): java.lang.Object
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KFunction): void
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class PlatformNameKt {
|
||||
public final static @kotlin.jvm.JvmName method Fail(): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
private final method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateMemberFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public final method mem(): void
|
||||
public final method memExt(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleGetFunctionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user