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
Vendored
+38
@@ -0,0 +1,38 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
public final method getI(): int
|
||||
public final @org.jetbrains.annotations.NotNull method rangeTo(@org.jetbrains.annotations.NotNull p0: C): Range
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field c: int
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final method getC(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final method hasNext(): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method next(): C
|
||||
public final method setC(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Range {
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getI(): int
|
||||
public final @org.jetbrains.annotations.NotNull method rangeTo(@org.jetbrains.annotations.NotNull p0: C): Range
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field c: int
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final method getC(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final method hasNext(): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method next(): C
|
||||
public final method setC(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final static method component2(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Range {
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getI(): int
|
||||
public final @org.jetbrains.annotations.NotNull method rangeTo(@org.jetbrains.annotations.NotNull p0: C): Range
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field c: int
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final method getC(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final method hasNext(): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method next(): C
|
||||
public final method setC(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final method component2(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Range {
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getI(): int
|
||||
public final @org.jetbrains.annotations.NotNull method rangeTo(@org.jetbrains.annotations.NotNull p0: C): Range
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field c: int
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final method getC(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final method hasNext(): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method next(): C
|
||||
public final method setC(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
public final method component2(@org.jetbrains.annotations.NotNull p0: C): int
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsInExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: M): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Range {
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
public final method getI(): int
|
||||
public final @org.jetbrains.annotations.NotNull method rangeTo(@org.jetbrains.annotations.NotNull p0: C): Range
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field c: int
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final method getC(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final method hasNext(): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method next(): C
|
||||
public final method setC(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForValCapturedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Range {
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public final class MultiDeclForComponentExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(p0: int): int
|
||||
public final static method component2(p0: int): int
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public final class MultiDeclForComponentExtensionsValCapturedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(p0: int): int
|
||||
public final static method component2(p0: int): int
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(p0: int): int
|
||||
public final method component2(p0: int): int
|
||||
public final @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(p0: int): int
|
||||
public final method component2(p0: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsInExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: M): java.lang.String
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public final class MultiDeclForComponentExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(p0: long): long
|
||||
public final static method component2(p0: long): long
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public final class MultiDeclForComponentExtensionsValCapturedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(p0: long): long
|
||||
public final static method component2(p0: long): long
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(p0: long): long
|
||||
public final method component2(p0: long): long
|
||||
public final @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
public final method component1(p0: long): long
|
||||
public final method component2(p0: long): long
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsInExtensionFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(@org.jetbrains.annotations.NotNull p0: M): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user