Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.
This commit is contained in:
committed by
Yan Zhulanow
parent
8bdb54929b
commit
328286ab14
@@ -0,0 +1,4 @@
|
||||
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
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
public final class JetOperationReferenceExpression {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.Nullable method findChildByType(p0: int): PsiElement
|
||||
public @org.jetbrains.annotations.NotNull method getReferencedNameElement(): JetOperationReferenceExpression
|
||||
public synthetic method getReferencedNameElement(): PsiElement
|
||||
}
|
||||
|
||||
|
||||
public interface JetSimpleNameExpression {
|
||||
inner class JetSimpleNameExpression/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method getReferencedNameElement(): PsiElement
|
||||
}
|
||||
|
||||
|
||||
public final class JetSimpleNameExpression/DefaultImpls {
|
||||
inner class JetSimpleNameExpression/DefaultImpls
|
||||
public static @org.jetbrains.annotations.Nullable method findChildByType(p0: JetSimpleNameExpression, p1: int): PsiElement
|
||||
}
|
||||
|
||||
|
||||
public final class Kt6694ExactAnnotationForElvisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface PsiElement {
|
||||
inner class PsiElement/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.Nullable method findChildByType(p0: int): PsiElement
|
||||
}
|
||||
|
||||
|
||||
public final class PsiElement/DefaultImpls {
|
||||
inner class PsiElement/DefaultImpls
|
||||
public static @org.jetbrains.annotations.Nullable method findChildByType(p0: PsiElement, p1: int): PsiElement
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class NullNullOkKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class PrimitiveKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user