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:
committed by
Yan Zhulanow
parent
8bdb54929b
commit
328286ab14
+49
@@ -0,0 +1,49 @@
|
||||
public enum class Enoom {
|
||||
public final static field Companion: Enoom.Companion
|
||||
public final static @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field JVM_NAME: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Enoom/Companion
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): Enoom
|
||||
public static method values(): Enoom[]
|
||||
}
|
||||
|
||||
|
||||
public final static class Enoom/Companion {
|
||||
inner class Enoom/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Klass {
|
||||
public final static field Companion: Klass.Companion
|
||||
public final static @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field JVM_NAME: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Klass/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Klass/Companion {
|
||||
inner class Klass/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Trait {
|
||||
public final static field Companion: Trait.Companion
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Trait/Companion
|
||||
}
|
||||
|
||||
|
||||
public final static class Trait/Companion {
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Trait/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
Reference in New Issue
Block a user