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
@@ -0,0 +1,11 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ComplexInitializerKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getA(@org.jetbrains.annotations.NotNull p0: A): A
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleValsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleValsExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
public final static method component2(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleVarsExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ValCapturedInFunctionLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ValCapturedInLocalFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ValCapturedInObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class VarCapturedInFunctionLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class VarCapturedInLocalFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component1(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
public final static method component2(@org.jetbrains.annotations.NotNull p0: A): int
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class VarCapturedInObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
public final class ComponentKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component3(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class S {
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field b: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method component2(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Tester {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final method component4(@org.jetbrains.annotations.NotNull p0: S): 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 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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Vendored
+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
|
||||
}
|
||||
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
|
||||
}
|
||||
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
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
public final class MultiDeclForComponentExtensionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method f(p0: long): void
|
||||
}
|
||||
+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
|
||||
}
|
||||
Vendored
+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
|
||||
}
|
||||
compiler/testData/codegen/light-analysis/multiDecl/forRange/long/MultiDeclForComponentExtensions.txt
Vendored
+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
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public final class Kt9828_hashMapKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
public final class ReturnInElvisKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.Nullable method create(p0: boolean): Z
|
||||
public final static @org.jetbrains.annotations.NotNull method test(p0: boolean): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field k: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method component2(): java.lang.String
|
||||
public synthetic static method copy$default(p0: Z, p1: java.lang.String, p2: java.lang.String, p3: int, p4: java.lang.Object): Z
|
||||
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): Z
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getK(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getP(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user