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,30 @@
public final class Weird {
public method <init>(): void
public synthetic method getKey(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getKey(): java.lang.String
public synthetic method getValue(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public method hasNext(): boolean
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
public synthetic method next(): java.lang.Object
public @org.jetbrains.annotations.NotNull method next(): java.lang.String
public method remove(): void
public @org.jetbrains.annotations.NotNull method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
public synthetic method setValue(p0: java.lang.Object): java.lang.Object
}
public final class WeirdMutableCastsKt {
public final static method asFailsWithCCE(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): void
public final static method asSucceeds(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): void
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method reifiedAsFailsWithCCE(p0: java.lang.Object, p1: java.lang.String): void
private final static method reifiedAsSucceeds(p0: java.lang.Object, p1: java.lang.String): void
private final static method reifiedIs(p0: java.lang.Object): boolean
private final static method reifiedIsNot(p0: java.lang.Object): boolean
private final static method reifiedSafeAsReturnsNonNull(p0: java.lang.Object, p1: java.lang.String): void
private final static method reifiedSafeAsReturnsNull(p0: java.lang.Object, p1: java.lang.String): void
public final static method safeAsReturnsNonNull(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): void
public final static method safeAsReturnsNull(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): void
public final static @org.jetbrains.annotations.NotNull method unsupported(): java.lang.Void
}