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,7 @@
public final class JavaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method checkObject(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method checkObject(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method checkPrimitive(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method checkPrimitive(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,5 @@
public final class JavaObjectTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method check(@org.jetbrains.annotations.Nullable p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,4 @@
public final class JavaObjectTypeReifiedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method check(p0: java.lang.String): void
}
@@ -0,0 +1,7 @@
public final class JavaPrimitiveTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method check(@org.jetbrains.annotations.Nullable p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method checkNull(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass): void
public final static method checkNull(@org.jetbrains.annotations.Nullable p0: java.lang.Class): void
}
@@ -0,0 +1,5 @@
public final class JavaPrimitiveTypeReifiedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method check(p0: java.lang.String): void
private final static method checkNull(): void
}
@@ -0,0 +1,4 @@
public final class JavaReifiedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method check(p0: java.lang.String): void
}
@@ -0,0 +1,15 @@
public final class K {
public method <init>(): void
}
public final class Kt11943Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getMyjava1(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass): java.lang.Class
public final static @org.jetbrains.annotations.NotNull method getMyjava2(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass): java.lang.Class
}
public final class O {
public method <init>(): void
}