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 GenericNullKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(p0: java.lang.Number): void
|
||||
|
||||
+7
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class JetLabelReferenceExpression {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.Nullable method findChildByType(p0: int): PsiElement
|
||||
public @org.jetbrains.annotations.NotNull method getReferencedNameElement(): PsiElement
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class JetOperationReferenceExpression {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.Nullable method findChildByType(p0: int): PsiElement
|
||||
@@ -11,25 +13,30 @@ public final class JetOperationReferenceExpression {
|
||||
public synthetic method getReferencedNameElement(): PsiElement
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface JetSimpleNameExpression {
|
||||
inner class JetSimpleNameExpression/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method getReferencedNameElement(): PsiElement
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class JetSimpleNameExpression/DefaultImpls {
|
||||
inner class JetSimpleNameExpression/DefaultImpls
|
||||
public static @org.jetbrains.annotations.Nullable method findChildByType(p0: JetSimpleNameExpression, p1: int): PsiElement
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt6694ExactAnnotationForElvisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface PsiElement {
|
||||
inner class PsiElement/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.Nullable method findChildByType(p0: int): PsiElement
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PsiElement/DefaultImpls {
|
||||
inner class PsiElement/DefaultImpls
|
||||
public static @org.jetbrains.annotations.Nullable method findChildByType(p0: PsiElement, p1: int): PsiElement
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NullNullOkKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class PrimitiveKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user