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,3 @@
|
||||
public final class ArrayListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class HashMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public final class IteratingOverHashMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method testIteratingOverMap1(): boolean
|
||||
public final static method testIteratingOverMap2(): boolean
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
public final class IntArrayList {
|
||||
public method <init>(): void
|
||||
public method contains(p0: java.lang.Integer): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.Integer
|
||||
public synthetic method get(p0: int): java.lang.Object
|
||||
public method getSize(): int
|
||||
public method indexOf(p0: java.lang.Integer): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.Integer): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public final method remove(p0: int): java.lang.Integer
|
||||
public method remove(p0: java.lang.Integer): boolean
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method removeAt(p0: int): java.lang.Integer
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1397Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user