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 AnyToRealKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ComparableTypeCastKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class DataClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
private final field z1: double
|
||||
private final @org.jetbrains.annotations.Nullable field z2: java.lang.Double
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class EqualsDoubleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method equals1(p0: double, p1: double): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class EqualsFloatKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method equals1(p0: float, p1: float): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class EqualsNullableDoubleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method equals1(p0: double, @org.jetbrains.annotations.Nullable p1: java.lang.Double): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExplicitCompareCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method less1(p0: double, p1: double): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExplicitEqualsCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method equals1(p0: double, p1: double): boolean
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class BKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
private final field minus0: java.lang.Object
|
||||
private final field plus0: java.lang.Object
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class GreaterDoubleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method greater1(p0: double, p1: double): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class GreaterFloatKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method greater1(p0: float, p1: float): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class InlineKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method equals(@org.jetbrains.annotations.NotNull p0: java.lang.Comparable, @org.jetbrains.annotations.NotNull p1: java.lang.Comparable): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class LessDoubleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method less1(p0: double, p1: double): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class LessFloatKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method less1(p0: float, p1: float): boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NullableAnyToRealKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SafeCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SmartCastToDifferentTypesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class WhenKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class WhenNoSubjectKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user