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,52 @@
public final class Delegate {
private field inner: java.lang.Object
public method <init>(p0: java.lang.Object): void
public final method getInner(): java.lang.Object
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.Object
public final method setInner(p0: java.lang.Object): void
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: java.lang.Object): void
}
public final class Foo {
private final static @org.jetbrains.annotations.NotNull field A$delegate: Delegate
private final static @org.jetbrains.annotations.NotNull field B$delegate: Delegate
public final static field Companion: Foo.Companion
private final field f: int
inner class Foo/Companion
public method <init>(p0: int): void
public final method getF(): int
}
public final static class Foo/Companion {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
inner class Foo/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getA(): Foo
public final @org.jetbrains.annotations.NotNull method getB(): Foo
public final method setB(@org.jetbrains.annotations.NotNull p0: Foo): void
}
public interface FooTrait {
public final static field Companion: FooTrait.Companion
inner class FooTrait/Companion
}
public final static class FooTrait/Companion {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.NotNull field A$delegate: Delegate
private final static @org.jetbrains.annotations.NotNull field B$delegate: Delegate
inner class FooTrait/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getA(): Foo
public final @org.jetbrains.annotations.NotNull method getB(): Foo
public final method setB(@org.jetbrains.annotations.NotNull p0: Foo): void
}
public final class Kt4138Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}