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,12 @@
public final class test/TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
synthetic final class test/TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt {
private static field prop: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method getProp$TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt(): java.lang.String
private final static method setProp$TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt(p0: java.lang.String): void
private final static method test$TestKt__NoPrivateNoAccessorsInMultiFileFacadeKt(): java.lang.String
}
@@ -0,0 +1,13 @@
public final class test/TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
}
synthetic final class test/TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt {
private static @org.jetbrains.annotations.NotNull field prop: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
private final static method setProp$TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt(p0: java.lang.String): void
private final static method test$TestKt__NoPrivateNoAccessorsInMultiFileFacade2Kt(): java.lang.String
}
@@ -0,0 +1,7 @@
public final class test/PrivateInInlineNestedKt {
private final static field prop: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method call(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
public final static @org.jetbrains.annotations.NotNull method inlineFun(): java.lang.String
private final static method test(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class test/PrivateVisibilityKt {
private final static field prop: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method test(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class test/SyntheticAccessorKt {
private final static field prop: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method test(): java.lang.String
}
@@ -0,0 +1,11 @@
public final class test/TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
synthetic final class test/TestKt__SyntheticAccessorInMultiFileKt {
private final static field prop: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method getProp$TestKt__SyntheticAccessorInMultiFileKt(): java.lang.String
private final static method test$TestKt__SyntheticAccessorInMultiFileKt(): java.lang.String
}