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,19 @@
public final class A {
inner class A/B
public method <init>(): void
synthetic static method foo$default(p0: A, p1: int, p2: int, p3: int, p4: java.lang.Object): int
private final method foo(p0: int, p1: int): int
}
public final class A/B {
synthetic final field this$0: A
inner class A/B
public method <init>(p0: A): void
public final method bar(): int
}
public final class MemberExtensionFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,19 @@
public final class A {
public final static field Companion: A.Companion
inner class A/Companion
public method <init>(): void
synthetic static method foo$default(p0: A, p1: java.lang.String, p2: int, p3: java.lang.Object): java.lang.String
private final method foo(p0: java.lang.String): java.lang.String
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
}
public final class MemberFunctionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,21 @@
public final class A {
public final static field Companion: A.Companion
inner class A/Companion
private method <init>(p0: java.lang.String): void
synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): A
}
public final class PrimaryConstructorKt {
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getState(): java.lang.String
public final static method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,21 @@
public final class A {
public final static field Companion: A.Companion
inner class A/Companion
private method <init>(p0: java.lang.String): void
synthetic method <init>(p0: java.lang.String, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): A
}
public final class SecondaryConstructorKt {
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getState(): java.lang.String
public final static method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}