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
+17
@@ -0,0 +1,17 @@
|
||||
public final class NullablePrimitiveNoFieldInitializerKt {
|
||||
private final static @org.jetbrains.annotations.Nullable field zbyte: java.lang.Byte
|
||||
private final static @org.jetbrains.annotations.Nullable field zchar: java.lang.Character
|
||||
private final static @org.jetbrains.annotations.Nullable field zdouble: java.lang.Double
|
||||
private final static @org.jetbrains.annotations.Nullable field zfloat: java.lang.Float
|
||||
private final static @org.jetbrains.annotations.Nullable field zint: java.lang.Integer
|
||||
private final static @org.jetbrains.annotations.Nullable field zlong: java.lang.Long
|
||||
private final static @org.jetbrains.annotations.Nullable field zshort: java.lang.Short
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method getZbyte(): java.lang.Byte
|
||||
public final static @org.jetbrains.annotations.Nullable method getZchar(): java.lang.Character
|
||||
public final static @org.jetbrains.annotations.Nullable method getZdouble(): java.lang.Double
|
||||
public final static @org.jetbrains.annotations.Nullable method getZfloat(): java.lang.Float
|
||||
public final static @org.jetbrains.annotations.Nullable method getZint(): java.lang.Integer
|
||||
public final static @org.jetbrains.annotations.Nullable method getZlong(): java.lang.Long
|
||||
public final static @org.jetbrains.annotations.Nullable method getZshort(): java.lang.Short
|
||||
}
|
||||
Reference in New Issue
Block a user