Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field baz: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -7,6 +8,7 @@ public final class A {
|
||||
public final method setQuux(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AccessorNamesKt {
|
||||
private static @org.jetbrains.annotations.NotNull field foo: 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 ExtensionPropertyAccessorsKt {
|
||||
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
private @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -7,6 +8,7 @@ public final class C {
|
||||
public final method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MemberExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
compiler/testData/codegen/light-analysis/reflection/properties/accessors/memberPropertyAccessors.txt
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
private @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -5,6 +6,7 @@ public final class C {
|
||||
public final method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MemberPropertyAccessorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class TopLevelPropertyAccessorsKt {
|
||||
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+3
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class AllVsDeclaredKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Sub {
|
||||
private final field c: double
|
||||
public method <init>(): void
|
||||
@@ -9,6 +11,7 @@ public final class Sub {
|
||||
public final method getD(p0: char): char
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Super {
|
||||
private final field a: int
|
||||
public method <init>(): void
|
||||
|
||||
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class CallPrivatePropertyFromGetPropertiesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
private final field value: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
Vendored
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class K {
|
||||
private final field privateMemberK: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field publicMemberK: java.lang.String
|
||||
@@ -7,12 +8,14 @@ public class K {
|
||||
public final @org.jetbrains.annotations.NotNull method getPublicMemberK(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
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
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class L {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
+3
@@ -1,11 +1,14 @@
|
||||
@kotlin.Metadata
|
||||
public final class FakeOverridesInSubclassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Sub {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Super {
|
||||
private final @org.jetbrains.annotations.NotNull field r: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class GenericClassLiteralPropertyReceiverIsStarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+3
@@ -1,9 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
public interface A
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class GenericOverriddenPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface H {
|
||||
public abstract @org.jetbrains.annotations.Nullable method getParent(): java.lang.Object
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Box {
|
||||
private final field element: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
@@ -10,6 +11,7 @@ public final class Box {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class GenericPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
@@ -5,6 +6,7 @@ public final class A {
|
||||
public final method setMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class GetExtensionPropertiesMutableVsReadonlyKt {
|
||||
private static @org.jetbrains.annotations.NotNull field storage: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private @org.jetbrains.annotations.NotNull field mutable: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field readonly: java.lang.String
|
||||
@@ -7,6 +8,7 @@ public final class A {
|
||||
public final method setMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class GetPropertiesMutableVsReadonlyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InvokeKPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class K {
|
||||
private @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -6,6 +7,7 @@ public class K {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -5,6 +6,7 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MemberAndMemberExtensionWithSameNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public interface K {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
|
||||
public abstract method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class PrivateClassValKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Result {
|
||||
private final field value: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field value: int
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method ref(): kotlin.reflect.KMutableProperty1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PrivateClassVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
compiler/testData/codegen/light-analysis/reflection/properties/privateFakeOverrideFromSuperclass.txt
Vendored
+3
@@ -1,12 +1,15 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final field p: int
|
||||
public method <init>(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PrivateFakeOverrideFromSuperclassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Obj {
|
||||
public final static field INSTANCE: Obj
|
||||
private static field result: java.lang.String
|
||||
@@ -5,6 +6,7 @@ public final class Obj {
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method result$annotations(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PrivateJvmStaticVarInObjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field foo: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PrivatePropertyCallIsAccessibleOnAccessorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
public method <init>(): void
|
||||
private final method getT(): java.lang.String
|
||||
@@ -5,6 +6,7 @@ public final class K {
|
||||
private final method setT(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PrivateToThisAccessorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
compiler/testData/codegen/light-analysis/reflection/properties/propertyOfNestedClassAndArrayType.txt
Vendored
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private @org.jetbrains.annotations.Nullable field p: A.B
|
||||
private @org.jetbrains.annotations.Nullable field q: A.B[][]
|
||||
@@ -9,6 +10,7 @@ public final class A {
|
||||
public final method setQ(@org.jetbrains.annotations.Nullable p0: A.B[][]): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class A/B {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
inner class A/B
|
||||
@@ -16,6 +18,7 @@ public final static class A/B {
|
||||
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PropertyOfNestedClassAndArrayTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
protected final method setV(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ProtectedClassVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class PublicClassValAccessibleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Result {
|
||||
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public class K {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private @org.jetbrains.annotations.Nullable field anyVar: java.lang.Object
|
||||
private final @org.jetbrains.annotations.NotNull field string: java.lang.String
|
||||
@@ -10,6 +11,7 @@ public final class A {
|
||||
public final method setAnyVar(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SimpleGetPropertiesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user