Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class CollectionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyCollection {
|
||||
public method <init>(): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class IteratorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyIterator {
|
||||
private final field v: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
|
||||
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class IteratorWithRemoveKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyIterator {
|
||||
private final field v: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class ListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyList {
|
||||
public method <init>(): void
|
||||
public method add(p0: int, p1: java.lang.Object): void
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class ListIteratorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyListIterator {
|
||||
public method <init>(): void
|
||||
public method add(p0: java.lang.Object): void
|
||||
|
||||
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class ListWithAllImplementationsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyList {
|
||||
private final field v: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
|
||||
Vendored
+3
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class ListWithAllInheritedImplementationsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyList {
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
public method contains(p0: java.lang.Object): boolean
|
||||
@@ -23,6 +25,7 @@ public final class MyList {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Super {
|
||||
private final field v: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class MapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyMap {
|
||||
public method <init>(): void
|
||||
public method clear(): void
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class MapEntryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyMapEntry {
|
||||
public method <init>(): void
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
|
||||
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class MapEntryWithSetValueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyMapEntry {
|
||||
public method <init>(): void
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
|
||||
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class MapWithAllImplementationsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyMap {
|
||||
public method <init>(): void
|
||||
public final method clear(): void
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class MyList {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
@@ -36,6 +37,7 @@ public final class MyList {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SubstitutedListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
+3
@@ -1,12 +1,15 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class A {
|
||||
public method <init>(): void
|
||||
public abstract method remove(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AbstractMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method add(p0: char): boolean
|
||||
@@ -19,10 +20,12 @@ public final class A {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CustomReadOnlyIteratorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyIterator {
|
||||
public final static field INSTANCE: MyIterator
|
||||
private method <init>(): void
|
||||
|
||||
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private synthetic final field $$delegate_0: java.util.ArrayList
|
||||
public method <init>(): void
|
||||
@@ -27,6 +28,7 @@ public final class A {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private synthetic final field $$delegate_0: A
|
||||
public method <init>(): void
|
||||
@@ -64,6 +66,7 @@ public final class B {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DelegationToArrayListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
@@ -16,6 +17,7 @@ public final class A {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AbstractListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method containsKey(p0: java.lang.Integer): boolean
|
||||
@@ -18,6 +19,7 @@ public final class A {
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AbstractMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method contains(p0: java.lang.Long): boolean
|
||||
@@ -8,6 +9,7 @@ public final class A {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AbstractSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
@@ -14,6 +15,7 @@ public final class A {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ArrayListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
@@ -18,6 +19,7 @@ public final class A {
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class HashMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method contains(p0: java.lang.Long): boolean
|
||||
@@ -8,6 +9,7 @@ public final class A {
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class HashSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class MainKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyMapEntry {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
+3
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public interface ImmutableCollection {
|
||||
public abstract @org.jetbrains.annotations.NotNull method add(p0: java.lang.Object): ImmutableCollection
|
||||
public abstract @org.jetbrains.annotations.NotNull method addAll(@org.jetbrains.annotations.NotNull p0: java.util.Collection): ImmutableCollection
|
||||
public abstract @org.jetbrains.annotations.NotNull method remove(p0: java.lang.Object): ImmutableCollection
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ImmutableCollectionmpl {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method add(p0: java.lang.Object): ImmutableCollection
|
||||
@@ -25,6 +27,7 @@ public final class ImmutableCollectionmpl {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ImmutableRemoveKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+4
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public interface Addable {
|
||||
inner class Addable/DefaultImpls
|
||||
public abstract method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Addable/DefaultImpls {
|
||||
inner class Addable/DefaultImpls
|
||||
public static method add(@org.jetbrains.annotations.NotNull p0: Addable, p1: java.lang.String): boolean
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
@@ -44,6 +47,7 @@ public final class C {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ImplementationInTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+3
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class InheritedImplementationsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class S {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
@@ -20,6 +22,7 @@ public final class S {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class SetStringImpl {
|
||||
public method <init>(): void
|
||||
public final method add(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method add(p0: java.lang.Number): boolean
|
||||
@@ -18,6 +19,7 @@ public final class A {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ManyTypeParametersWithUpperBoundsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class MyCollection {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: java.lang.Object): boolean
|
||||
@@ -19,6 +20,7 @@ public final class MyCollection {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NonTrivialSubstitutionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class MyIterator {
|
||||
public method <init>(): void
|
||||
public synthetic method hasNext(): boolean
|
||||
@@ -7,6 +8,7 @@ public final class MyIterator {
|
||||
public method remove(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NonTrivialUpperBoundKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+3
@@ -1,9 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
public final class E {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface MyIterable
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): MyIterable
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class C {
|
||||
public method <init>(): void
|
||||
public synthetic method add(p0: int, p1: java.lang.Object): void
|
||||
@@ -34,6 +35,7 @@ public abstract class C {
|
||||
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user