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,3 @@
public final class LocalFunInsideLocalFunKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class LocalFunInsideLocalFunDifferentSignaturesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,29 @@
public abstract class d/A {
public method <init>(): void
public abstract @org.jetbrains.annotations.NotNull method getText(): java.lang.String
public abstract method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public class d/HtmlTag {
public method <init>(): void
}
public final class d/LI {
public method <init>(): void
}
public class d/ListTag {
public method <init>(): void
}
public final class d/PropertyAndFunctionNameClashKt {
public final static method a(@org.jetbrains.annotations.NotNull p0: d.HtmlTag, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method item(@org.jetbrains.annotations.NotNull p0: d.ListTag, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
public final static @org.jetbrains.annotations.NotNull method listOf(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.util.List
public final static method test(@org.jetbrains.annotations.NotNull p0: d.ListTag, @org.jetbrains.annotations.NotNull p1: java.util.List): void
}
@@ -0,0 +1,3 @@
public final class ThreeLevelsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ThreeLevelsDifferentSignaturesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class VarAsFunInsideLocalFunKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}