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:
Yan Zhulanow
2016-11-03 01:21:23 +03:00
committed by Yan Zhulanow
parent 8bdb54929b
commit 328286ab14
2287 changed files with 51250 additions and 2 deletions
@@ -0,0 +1,41 @@
public interface AL {
inner class AL/DefaultImpls
public abstract @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Object
}
public final class AL/DefaultImpls {
inner class AL/DefaultImpls
public static @org.jetbrains.annotations.Nullable method get(p0: AL, p1: int): java.lang.Object
}
public interface ALE {
inner class ALE/DefaultImpls
public abstract method getOrNull(p0: int, p1: java.lang.Object): java.lang.Object
}
public final class ALE/DefaultImpls {
inner class ALE/DefaultImpls
public static @org.jetbrains.annotations.Nullable method get(p0: ALE, p1: int): java.lang.Object
public static method getOrNull(p0: ALE, p1: int, p2: java.lang.Object): java.lang.Object
}
public final class MultipleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public class SmartArrayList {
public method <init>(): void
public @org.jetbrains.annotations.Nullable method get(p0: int): java.lang.Object
public @org.jetbrains.annotations.NotNull method getOrNull(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
public synthetic method getOrNull(p0: int, p1: java.lang.Object): java.lang.Object
}
public final class SmartArrayList2 {
public method <init>(): void
}