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,34 @@
public final class C {
private field rwValue: int
inner class C/Inner
public method <init>(): void
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method ambigMethod1(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method ambigMethod2(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericParamInt(@org.jetbrains.annotations.NotNull p0: C.Inner, @org.jetbrains.annotations.NotNull p1: java.util.List): java.lang.String
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericParamStr(@org.jetbrains.annotations.NotNull p0: C.Inner, @org.jetbrains.annotations.NotNull p1: java.util.List): java.lang.String
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericReceiverInt(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method extMethodWithGenericReceiverStr(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
public final method getRwProperty(): int
public final method getRwValue(): int
public final @kotlin.jvm.JvmName method get_rwProperty(): int
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method instMethodInt(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
public final @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method instMethodStr(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
public final method setRwProperty(p0: int): void
public final method setRwValue(p0: int): void
public final @kotlin.jvm.JvmName method set_rwProperty(p0: int): void
}
public final static class C/Inner {
inner class C/Inner
public method <init>(): void
}
public final class ClassMembersKt {
private final static @org.jetbrains.annotations.NotNull field ints: java.util.List
private final static @org.jetbrains.annotations.NotNull field strs: java.util.List
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getInts(): java.util.List
public final static @org.jetbrains.annotations.NotNull method getStrs(): java.util.List
}