Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field x: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -13,6 +14,7 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CloneCallsConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field x: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -13,6 +14,7 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CloneCallsSuperKt {
|
||||
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 field x: int
|
||||
public method <init>(p0: int): void
|
||||
@@ -13,6 +14,7 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CloneCallsSuperAndModifiesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class CloneHashSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+4
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method clone(): A
|
||||
public synthetic method clone(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -14,6 +16,7 @@ public class B {
|
||||
public final method setS(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class C {
|
||||
private @org.jetbrains.annotations.NotNull field l: java.util.ArrayList
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.util.ArrayList): void
|
||||
@@ -25,6 +28,7 @@ public class C {
|
||||
public final method setL(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CloneHierarchyKt {
|
||||
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 final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -12,6 +13,7 @@ public final class A {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CloneableClassWithoutCloneKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user