Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class CoerceVoidToArrayKt {
|
||||
public final static @org.jetbrains.annotations.Nullable method a(): int[]
|
||||
public final static @org.jetbrains.annotations.NotNull method b(): java.lang.Void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class CoerceVoidToObjectKt {
|
||||
public final static @org.jetbrains.annotations.Nullable method a(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method b(): java.lang.Void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class DataLocalVariableKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method ok(p0: boolean): java.lang.String
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class B {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo$default(p0: B, p1: int, p2: int, p3: java.lang.Object): int
|
||||
public final method foo(p0: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DefaultargsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Defaultargs1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method toPrefixedString$default(p0: java.lang.Object, p1: java.lang.String, p2: java.lang.String, p3: int, p4: java.lang.Object): java.lang.String
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class Defaultargs2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method reformat$default(p0: java.lang.String, p1: boolean, p2: boolean, p3: boolean, p4: java.lang.String, p5: int, p6: java.lang.Object): T4
|
||||
public final static @org.jetbrains.annotations.NotNull method reformat(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: boolean, p2: boolean, p3: boolean, @org.jetbrains.annotations.NotNull p4: java.lang.String): T4
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class T4 {
|
||||
private final field c1: boolean
|
||||
private final field c2: boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method testReceiver(): java.lang.String
|
||||
@@ -5,6 +6,7 @@ public final class C {
|
||||
public final @org.jetbrains.annotations.NotNull method toMyPrefixedString(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Defaultargs3Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public interface A {
|
||||
inner class A/DefaultImpls
|
||||
public abstract method bar(p0: int): int
|
||||
public abstract method bar2(p0: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public synthetic static method bar$default(p0: A, p1: int, p2: int, p3: java.lang.Object): int
|
||||
@@ -11,16 +13,19 @@ public final class A/DefaultImpls {
|
||||
public synthetic static method bar2$default(p0: A, p1: int, p2: int, p3: java.lang.Object): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class B {
|
||||
public method <init>(): void
|
||||
public method bar(p0: int): int
|
||||
public method bar2(p0: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Defaultargs4Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class B {
|
||||
public method <init>(): void
|
||||
public synthetic static method foo2$default(p0: B, p1: int, p2: int, p3: java.lang.Object): int
|
||||
public abstract method foo2(p0: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public method foo2(p0: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Defaultargs5Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,19 +1,23 @@
|
||||
@kotlin.Metadata
|
||||
public interface A {
|
||||
inner class A/DefaultImpls
|
||||
public abstract method foo(p0: int, p1: int, p2: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/DefaultImpls {
|
||||
inner class A/DefaultImpls
|
||||
public synthetic static method foo$default(p0: A, p1: int, p2: int, p3: int, p4: int, p5: java.lang.Object): int
|
||||
public static method foo(p0: A, p1: int, p2: int, p3: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public method foo(p0: int, p1: int, p2: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Defaultargs6Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final field expected: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
public final method getExpected(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Defaultargs7Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Ea33909Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method justPrint(p0: int): java.lang.String
|
||||
|
||||
Vendored
+7
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field descriptor: ClassDescriptor
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
@@ -6,21 +7,27 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface ClassDescriptor
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ClassDescriptorImpl {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface ClassifierDescriptor
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class FakeDescriptorWithSeveralOverridenOneKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MemberDescriptor
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Named {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,6 +1,8 @@
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class A
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class FunctionExpressionKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field foo1: kotlin.jvm.functions.Function1
|
||||
private final static @org.jetbrains.annotations.NotNull field foo2: kotlin.jvm.functions.Function2
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class FunctionExpressionWithThisReferenceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method genericThisRef1(p0: java.lang.Object): kotlin.jvm.functions.Function0
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class FunctionLiteralExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo1(@org.jetbrains.annotations.NotNull p0: java.lang.Object): kotlin.jvm.functions.Function0
|
||||
@@ -6,6 +7,7 @@ public final class FunctionLiteralExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method fooT2(p0: java.lang.Object): kotlin.jvm.functions.Function1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class t {
|
||||
public final static field INSTANCE: t
|
||||
private method <init>(): void
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class UnderscoreParametersKt {
|
||||
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: kotlin.jvm.functions.Function3): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class FunctionNtoStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): void
|
||||
|
||||
+4
@@ -1,18 +1,22 @@
|
||||
@kotlin.Metadata
|
||||
public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Baz {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method baz(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Foo {
|
||||
private final @org.jetbrains.annotations.NotNull field lambda: kotlin.jvm.functions.Function1
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
||||
public final @org.jetbrains.annotations.NotNull method getLambda(): kotlin.jvm.functions.Function1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class FunctionNtoStringGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class FunctionNtoStringNoReflectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class InfixRecursiveCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(p0: int, p1: int): int
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class CastFunctionToExtensionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+3
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: A, p1: int): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ExtensionInvokeOnExprKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): A
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class invoke/InvokeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: invoke.Method2, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
@@ -8,11 +9,13 @@ public final class invoke/InvokeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test5(@org.jetbrains.annotations.NotNull p0: invoke.Method2, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class invoke/Method {
|
||||
public method <init>(): void
|
||||
public final method invoke(p0: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class invoke/Method2 {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InvokeOnExprByConventionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): A
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class MainKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Bad {
|
||||
private final @org.jetbrains.annotations.NotNull field a: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
@@ -6,6 +7,7 @@ public final class Bad {
|
||||
public final method test(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3189Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Cached {
|
||||
private final field generate: kotlin.jvm.functions.Function1
|
||||
private final @org.jetbrains.annotations.NotNull field store: java.util.HashMap
|
||||
@@ -6,6 +7,7 @@ public final class Cached {
|
||||
public method invoke(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3190Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getOrPut(@org.jetbrains.annotations.NotNull p0: java.util.Map, p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3297Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method or(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): java.lang.Object
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3450getAndInvokeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3631invokeOnStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invoke(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): java.lang.String
|
||||
|
||||
@@ -1,21 +1,26 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public final method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method invoke(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class D {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3772Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getAttr(@org.jetbrains.annotations.NotNull p0: C): A
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method foo(): int
|
||||
public final method invoke(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3821invokeOnThisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method foo(): boolean
|
||||
@@ -5,6 +6,7 @@ public final class B {
|
||||
public synthetic method invoke(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3822invokeOnThisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt1038Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method lazy(@org.jetbrains.annotations.NotNull p0: java.lang.Iterable): java.lang.Iterable
|
||||
@@ -5,6 +6,7 @@ public final class Kt1038Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method where(@org.jetbrains.annotations.NotNull p0: java.lang.Iterable, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.Iterable
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class YieldingIterable {
|
||||
private final @org.jetbrains.annotations.NotNull field yielderFactory: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
@@ -12,6 +14,7 @@ public final class YieldingIterable {
|
||||
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class YieldingIterator {
|
||||
private @org.jetbrains.annotations.Nullable field current: java.lang.Object
|
||||
private final @org.jetbrains.annotations.NotNull field yieldingFunction: kotlin.jvm.functions.Function0
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt1199Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method iterator(@org.jetbrains.annotations.Nullable p0: java.lang.Object): MyIterator
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MyIterator {
|
||||
public abstract method hasNext(): boolean
|
||||
public abstract method next(): java.lang.Object
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
@kotlin.Metadata
|
||||
public interface t/I {
|
||||
public abstract method f(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class t/Kt1413Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class t/Test {
|
||||
public method <init>(): void
|
||||
public final method bar(): void
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public interface A {
|
||||
public abstract @org.jetbrains.annotations.Nullable method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field method: kotlin.jvm.functions.Function0
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt1649_1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public interface A {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field method: kotlin.jvm.functions.Function0
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getMethod(): kotlin.jvm.functions.Function0
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt1649_2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt1739Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class RunnableFunctionWrapper {
|
||||
private final @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final field i: int
|
||||
private final field j: int
|
||||
@@ -7,6 +8,7 @@ public final class A {
|
||||
public final method getJ(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt2270Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt2271Kt {
|
||||
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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt2280Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method method(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method method(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt2481Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class someTest/Kt2716Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class someTest/Some {
|
||||
public final static field Companion: someTest.Some.Companion
|
||||
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
@@ -10,6 +12,7 @@ public final class someTest/Some {
|
||||
public final @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class someTest/Some/Companion {
|
||||
inner class someTest/Some/Companion
|
||||
private method <init>(): void
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt2739Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Pair {
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt2929Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(): int
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method get(@org.jetbrains.annotations.NotNull p0: int[]): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method get(@org.jetbrains.annotations.NotNull p0: kotlin.Unit[]): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3214Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test1(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3313Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: java.lang.Object): void
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
@kotlin.Metadata
|
||||
public final class Data {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3573Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method newInit(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): Data
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestClass {
|
||||
private final @org.jetbrains.annotations.NotNull field test: Data
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Comment {
|
||||
private @org.jetbrains.annotations.NotNull field article: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -9,11 +11,13 @@ public final class Comment {
|
||||
public final method setArticle(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3724Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method new(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): Comment
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Request {
|
||||
private final @org.jetbrains.annotations.NotNull field handler: kotlin.jvm.functions.Function1
|
||||
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt395Kt {
|
||||
private final static @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function1
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field x: int
|
||||
private @org.jetbrains.annotations.NotNull field z: kotlin.jvm.functions.Function0
|
||||
@@ -8,6 +9,7 @@ public final class A {
|
||||
public final method setZ(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt785Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt873Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class LocalFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method forEach(@org.jetbrains.annotations.NotNull p0: kotlin.ranges.IntRange, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class CallInlineLocalInLambdaKt {
|
||||
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: kotlin.jvm.functions.Function1): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class DefinedWithinLambdaKt {
|
||||
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: kotlin.jvm.functions.Function1): java.lang.String
|
||||
|
||||
compiler/testData/codegen/light-analysis/functions/localFunctions/definedWithinLambdaInnerUsage1.txt
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class DefinedWithinLambdaInnerUsage1Kt {
|
||||
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: kotlin.jvm.functions.Function1): java.lang.String
|
||||
|
||||
compiler/testData/codegen/light-analysis/functions/localFunctions/definedWithinLambdaInnerUsage2.txt
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class DefinedWithinLambdaInnerUsage2Kt {
|
||||
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: kotlin.jvm.functions.Function1): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt2895Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method outer(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3308Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3978Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4119Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4119_2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4514Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4777Kt {
|
||||
private final static @org.jetbrains.annotations.NotNull field p: java.lang.Runnable
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4783Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method local(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class T {
|
||||
private final field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4784Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method plusAssign(): T
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class T {
|
||||
private field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class It {
|
||||
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 getId(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt4989Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class LocalExtensionOnNullableParameterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method localExtensionOnNullableParameter(): T
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class T {
|
||||
private field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class LocalFunctionInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
private final field property: int
|
||||
public method <init>(): void
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class LocalReturnInsideFunctionExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method simple(): kotlin.jvm.functions.Function0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NothisnoclosureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class PrefixRecursiveCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method unaryPlus(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class RecursiveCompareToKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method compareTo(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class RecursiveIncrementCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method inc(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user