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
+13
@@ -0,0 +1,13 @@
|
||||
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 class MultiDeclForKt {
|
||||
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: java.util.ArrayList): java.lang.String
|
||||
}
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
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(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): java.lang.String
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
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(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class MultiDeclForComponentMemberExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getI(): int
|
||||
}
|
||||
|
||||
|
||||
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, @org.jetbrains.annotations.NotNull p1: java.util.ArrayList): java.lang.String
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
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 class MultiDeclForValCapturedKt {
|
||||
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: java.util.ArrayList): 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(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): 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(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): 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(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): 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, @org.jetbrains.annotations.NotNull p1: java.util.ArrayList): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user