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,29 @@
public final class Delegate {
public final static field INSTANCE: Delegate
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
}
public final class O {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
public final static field INSTANCE: O
private final static @org.jetbrains.annotations.NotNull field memExt$delegate: Delegate
private final static @org.jetbrains.annotations.NotNull field member$delegate: Delegate
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMemExt(@org.jetbrains.annotations.NotNull p0: O): java.lang.String
public final @org.jetbrains.annotations.NotNull method getMember(): java.lang.String
public final method setMemExt(@org.jetbrains.annotations.NotNull p0: O, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final method setMember(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class StackOverflowOnCallFromGetValueKt {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.NotNull field topLevel$delegate: Delegate
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
public final static @org.jetbrains.annotations.NotNull method getTopLevel(): java.lang.String
public final static method setTopLevel(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}