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,62 @@
|
||||
public final class A {
|
||||
private field xb: byte
|
||||
private @org.jetbrains.annotations.Nullable field xbn: java.lang.Byte
|
||||
private @org.jetbrains.annotations.Nullable field xbnn: java.lang.Byte
|
||||
private field xd: double
|
||||
private @org.jetbrains.annotations.Nullable field xdn: java.lang.Double
|
||||
private @org.jetbrains.annotations.Nullable field xdnn: java.lang.Double
|
||||
private field xf: float
|
||||
private @org.jetbrains.annotations.Nullable field xfn: java.lang.Float
|
||||
private @org.jetbrains.annotations.Nullable field xfnn: java.lang.Float
|
||||
private field xi: int
|
||||
private @org.jetbrains.annotations.Nullable field xin: java.lang.Integer
|
||||
private @org.jetbrains.annotations.Nullable field xinn: java.lang.Integer
|
||||
private field xl: long
|
||||
private @org.jetbrains.annotations.Nullable field xln: java.lang.Long
|
||||
private @org.jetbrains.annotations.Nullable field xlnn: java.lang.Long
|
||||
private field xs: short
|
||||
private @org.jetbrains.annotations.Nullable field xsn: java.lang.Short
|
||||
private @org.jetbrains.annotations.Nullable field xsnn: java.lang.Short
|
||||
public method <init>(): void
|
||||
public final method getXb(): byte
|
||||
public final @org.jetbrains.annotations.Nullable method getXbn(): java.lang.Byte
|
||||
public final @org.jetbrains.annotations.Nullable method getXbnn(): java.lang.Byte
|
||||
public final method getXd(): double
|
||||
public final @org.jetbrains.annotations.Nullable method getXdn(): java.lang.Double
|
||||
public final @org.jetbrains.annotations.Nullable method getXdnn(): java.lang.Double
|
||||
public final method getXf(): float
|
||||
public final @org.jetbrains.annotations.Nullable method getXfn(): java.lang.Float
|
||||
public final @org.jetbrains.annotations.Nullable method getXfnn(): java.lang.Float
|
||||
public final method getXi(): int
|
||||
public final @org.jetbrains.annotations.Nullable method getXin(): java.lang.Integer
|
||||
public final @org.jetbrains.annotations.Nullable method getXinn(): java.lang.Integer
|
||||
public final method getXl(): long
|
||||
public final @org.jetbrains.annotations.Nullable method getXln(): java.lang.Long
|
||||
public final @org.jetbrains.annotations.Nullable method getXlnn(): java.lang.Long
|
||||
public final method getXs(): short
|
||||
public final @org.jetbrains.annotations.Nullable method getXsn(): java.lang.Short
|
||||
public final @org.jetbrains.annotations.Nullable method getXsnn(): java.lang.Short
|
||||
public final method setXb(p0: byte): void
|
||||
public final method setXbn(@org.jetbrains.annotations.Nullable p0: java.lang.Byte): void
|
||||
public final method setXbnn(@org.jetbrains.annotations.Nullable p0: java.lang.Byte): void
|
||||
public final method setXd(p0: double): void
|
||||
public final method setXdn(@org.jetbrains.annotations.Nullable p0: java.lang.Double): void
|
||||
public final method setXdnn(@org.jetbrains.annotations.Nullable p0: java.lang.Double): void
|
||||
public final method setXf(p0: float): void
|
||||
public final method setXfn(@org.jetbrains.annotations.Nullable p0: java.lang.Float): void
|
||||
public final method setXfnn(@org.jetbrains.annotations.Nullable p0: java.lang.Float): void
|
||||
public final method setXi(p0: int): void
|
||||
public final method setXin(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
|
||||
public final method setXinn(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
|
||||
public final method setXl(p0: long): void
|
||||
public final method setXln(@org.jetbrains.annotations.Nullable p0: java.lang.Long): void
|
||||
public final method setXlnn(@org.jetbrains.annotations.Nullable p0: java.lang.Long): void
|
||||
public final method setXs(p0: short): void
|
||||
public final method setXsn(@org.jetbrains.annotations.Nullable p0: java.lang.Short): void
|
||||
public final method setXsnn(@org.jetbrains.annotations.Nullable p0: java.lang.Short): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt48Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user