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
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public synthetic method get(p0: int): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method get(p0: int): java.lang.String
|
||||
public method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AbstractListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method containsKey(p0: java.lang.Integer): boolean
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
public final method containsValue(p0: java.lang.Object): boolean
|
||||
public method containsValue(p0: java.lang.String): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public method get(p0: java.lang.Integer): java.lang.String
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
public @org.jetbrains.annotations.NotNull method getEntries(): java.util.Set
|
||||
public method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public method getValues(): java.util.Collection
|
||||
public final method keySet(): java.util.Set
|
||||
public method remove(p0: java.lang.Integer): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class AbstractMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method contains(p0: java.lang.Long): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method getSize(): int
|
||||
public method remove(p0: java.lang.Long): boolean
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AbstractSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public method getSize(): int
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ArrayListKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method containsKey(p0: java.lang.Object): boolean
|
||||
public method containsKey(p0: java.lang.String): boolean
|
||||
public method containsValue(p0: java.lang.Double): boolean
|
||||
public final method containsValue(p0: java.lang.Object): boolean
|
||||
public final method entrySet(): java.util.Set
|
||||
public final method get(p0: java.lang.Object): java.lang.Object
|
||||
public method get(p0: java.lang.String): java.lang.Double
|
||||
public method getEntries(): java.util.Set
|
||||
public method getKeys(): java.util.Set
|
||||
public method getSize(): int
|
||||
public method getValues(): java.util.Collection
|
||||
public final method keySet(): java.util.Set
|
||||
public final method remove(p0: java.lang.Object): java.lang.Object
|
||||
public method remove(p0: java.lang.String): java.lang.Double
|
||||
public final method size(): int
|
||||
public final method values(): java.util.Collection
|
||||
}
|
||||
|
||||
|
||||
public final class HashMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public method contains(p0: java.lang.Long): boolean
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method getSize(): int
|
||||
public method remove(p0: java.lang.Long): boolean
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public final method size(): int
|
||||
}
|
||||
|
||||
|
||||
public final class HashSetKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
public final class MainKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MyMapEntry {
|
||||
public method <init>(): void
|
||||
}
|
||||
Reference in New Issue
Block a user