Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
private final field p: boolean
|
||||
public method <init>(p0: boolean): void
|
||||
public final method getP(): boolean
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CallPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class A {
|
||||
public final static field X1: A
|
||||
public final static field X2: A
|
||||
@@ -6,6 +7,7 @@ public enum class A {
|
||||
public static method values(): A[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class EmptyWhenKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class BigEnum {
|
||||
public final static field ITEM10: BigEnum
|
||||
public final static field ITEM11: BigEnum
|
||||
@@ -24,6 +25,7 @@ public enum class BigEnum {
|
||||
public static method values(): BigEnum[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class BigEnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar1(@org.jetbrains.annotations.NotNull p0: BigEnum): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method bar2(@org.jetbrains.annotations.NotNull p0: BigEnum): java.lang.String
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class DuplicatingItemsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: Season): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
|
||||
+4
@@ -1,15 +1,18 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
inner class A/Companion/Season
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public static enum class A/Companion/Season {
|
||||
public final static field AUTUMN: A.Companion.Season
|
||||
public final static field SPRING: A.Companion.Season
|
||||
@@ -22,6 +25,7 @@ public static enum class A/Companion/Season {
|
||||
public static method values(): A.Companion.Season[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class EnumInsideClassObjectKt {
|
||||
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: A.Companion.Season): java.lang.String
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar1(@org.jetbrains.annotations.NotNull p0: Season): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method bar2(@org.jetbrains.annotations.NotNull p0: Season): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
|
||||
Vendored
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class FunctionLiteralInTopLevelKt {
|
||||
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: Season, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
|
||||
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar1(@org.jetbrains.annotations.NotNull p0: Season): java.lang.String
|
||||
@@ -5,10 +6,12 @@ public final class A {
|
||||
private final method bar3(p0: Season, p1: kotlin.jvm.functions.Function1): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ManyWhensWithinClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class NonConstantEnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): Season
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): Season
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class NullabilityKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo1(@org.jetbrains.annotations.Nullable p0: Season): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo2(@org.jetbrains.annotations.Nullable p0: Season): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class E {
|
||||
public final static field A: E
|
||||
public final static field B: E
|
||||
@@ -6,6 +7,7 @@ public enum class E {
|
||||
public static method values(): E[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NullableEnumKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.Nullable p0: E): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
@@ -8,6 +9,7 @@ public enum class Season {
|
||||
public static method values(): Season[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SubjectAnyKt {
|
||||
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.Object): java.lang.String
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class Season {
|
||||
public final static field AUTUMN: Season
|
||||
public final static field SPRING: Season
|
||||
@@ -8,6 +9,7 @@ public enum class Season {
|
||||
public static method values(): Season[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class WithoutElseKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar1(@org.jetbrains.annotations.NotNull p0: Season): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method bar2(@org.jetbrains.annotations.NotNull p0: Season): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExceptionOnNoMatchKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method isZero(p0: int): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExhaustiveBooleanKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class Color {
|
||||
public final static field BLUE: Color
|
||||
public final static field GREEN: Color
|
||||
@@ -7,6 +8,7 @@ public enum class Color {
|
||||
public static method values(): Color[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ExhaustiveBreakContinueKt {
|
||||
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: Color[]): Color
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class A {
|
||||
public final static field V: A
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
@@ -5,6 +6,7 @@ public enum class A {
|
||||
public static method values(): A[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ExhaustiveWhenInitializationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class A {
|
||||
public final static field V: A
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
@@ -5,6 +6,7 @@ public enum class A {
|
||||
public static method values(): A[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ExhaustiveWhenReturnKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ImplicitExhaustiveAndReturnKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(p0: int): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class IntegralWhenWithNoInlinedConstantsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo1(p0: int): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class IsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method typeName(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt2457Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt2466Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: boolean): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt5307Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,19 +1,23 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field items: java.util.Collection
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Collection): void
|
||||
public final @org.jetbrains.annotations.NotNull method getItems(): java.util.Collection
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar(): B
|
||||
public final method foo(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt5448Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class LongInRangeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class LongR {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: long): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class MatchNotNullAgainstNullableKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Integer): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class MultipleEntriesKt {
|
||||
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.Object): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class En {
|
||||
public final static field A: En
|
||||
public final static field B: En
|
||||
@@ -6,6 +7,7 @@ public enum class En {
|
||||
public static method values(): En[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NoElseExhaustiveKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class En {
|
||||
public final static field A: En
|
||||
public final static field B: En
|
||||
@@ -6,6 +7,7 @@ public enum class En {
|
||||
public static method values(): En[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NoElseExhaustiveStatementKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public enum class En {
|
||||
public final static field A: En
|
||||
public final static field B: En
|
||||
@@ -6,6 +7,7 @@ public enum class En {
|
||||
public static method values(): En[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NoElseExhaustiveUnitExpectedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NoElseInStatementKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NoElseNoMatchKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NullableWhenKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method f(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class RangeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method assertDigit(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,20 +1,24 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class A {
|
||||
inner class A/B
|
||||
inner class A/C
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/B {
|
||||
public final static field INSTANCE: A.B
|
||||
inner class A/B
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class A/C {
|
||||
inner class A/C
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SealedWhenInitializationKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class DuplicatingItemsKt {
|
||||
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): java.lang.String
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class DuplicatingItemsSameHashCodeKt {
|
||||
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): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExpressionKt {
|
||||
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): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NullabilityKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo1(@org.jetbrains.annotations.Nullable p0: java.lang.String): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SameHashCodeKt {
|
||||
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): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class StatementKt {
|
||||
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.String): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SwitchOptimizationDenseKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method dense(p0: int): int
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SwitchOptimizationMultipleConditionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SwitchOptimizationSparseKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method sparse(p0: int): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SwitchOptimizationStatementKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method exhaustive(p0: int): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SwitchOptimizationTypesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method byteFoo(p0: byte): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SwitchOptimizationUnorderedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: int): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class TypeDisjunctionKt {
|
||||
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.Object): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class WhenArgumentIsEvaluatedOnlyOnceKt {
|
||||
private static field x: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user