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,36 @@
|
||||
public final class Kt471Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test1(): boolean
|
||||
public final static method test2(): boolean
|
||||
public final static method test3(): boolean
|
||||
public final static method test4(): boolean
|
||||
public final static method test5(): boolean
|
||||
public final static method test6(): boolean
|
||||
public final static method test7(): boolean
|
||||
public final static method test8(): boolean
|
||||
}
|
||||
|
||||
|
||||
public final class MNR {
|
||||
private @org.jetbrains.annotations.NotNull field ref: MyNumber
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: MyNumber): void
|
||||
public final @org.jetbrains.annotations.NotNull method getRef(): MyNumber
|
||||
public final method setRef(@org.jetbrains.annotations.NotNull p0: MyNumber): void
|
||||
}
|
||||
|
||||
|
||||
public final class MyArrayList {
|
||||
private field value17: java.lang.Object
|
||||
private field value39: java.lang.Object
|
||||
public method <init>(): void
|
||||
public final method get(p0: int): java.lang.Object
|
||||
public final @org.jetbrains.annotations.Nullable method set(p0: int, p1: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class MyNumber {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getI(): int
|
||||
public final @org.jetbrains.annotations.NotNull method inc(): MyNumber
|
||||
}
|
||||
Reference in New Issue
Block a user