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 BottlesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class BreakFromOuterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class BreakInExprKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ContinueInExprKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,6 @@
public final class InlineWithStackKt {
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
public final static @org.jetbrains.annotations.NotNull method bar2(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foobar(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: java.lang.String): java.lang.String
}
@@ -0,0 +1,3 @@
public final class InnerLoopWithStackKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt9022AndKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt9022OrKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class PopSizesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: long, p1: int, p2: double, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
}
@@ -0,0 +1,3 @@
public final class TryFinally1Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class TryFinally2Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class WhileTrueBreakKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class BreakInFinallyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class CompareBoxedIntegerToZeroKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,7 @@
public final class ConditionOfEmptyIfKt {
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final static method setOK(): boolean
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,4 @@
public final class ContinueInExprKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method concatNonNulls(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
}
@@ -0,0 +1,13 @@
public final class ContinueInForKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method for_byte_list(): int
public final static method for_byte_range(): int
public final static method for_double_list(): int
public final static method for_int_list(): int
public final static method for_int_range(): int
public final static method for_intarray(): int
public final static method for_long_list(): int
public final static method for_long_range(): int
public final static method for_object_list(): int
public final static method for_str_array(): int
}
@@ -0,0 +1,4 @@
public final class ContinueInForConditionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method foo(): java.util.List
}
@@ -0,0 +1,4 @@
public final class ContinueInWhileKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: int): int
}
@@ -0,0 +1,13 @@
public final class ContinueToLabelInForKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method for_byte_list(): int
public final static method for_byte_range(): int
public final static method for_double_list(): int
public final static method for_int_list(): int
public final static method for_int_range(): int
public final static method for_intarray(): int
public final static method for_long_list(): int
public final static method for_long_range(): int
public final static method for_object_list(): int
public final static method for_str_array(): int
}
@@ -0,0 +1,3 @@
public final class DoWhileKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class DoWhileFibKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class DoWhileWithContinueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class EmptyDoWhileKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,20 @@
public final class EmptyForKt {
private static field index: int
private final static @org.jetbrains.annotations.NotNull field iterator: IterableIterator
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getIndex(): int
public final static @org.jetbrains.annotations.NotNull method getIterator(): IterableIterator
public final static method setIndex(p0: int): void
}
public interface IterableIterator {
inner class IterableIterator/DefaultImpls
public abstract @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
}
public final class IterableIterator/DefaultImpls {
inner class IterableIterator/DefaultImpls
public static @org.jetbrains.annotations.NotNull method iterator(p0: IterableIterator): java.util.Iterator
}
@@ -0,0 +1,3 @@
public final class EmptyWhileKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,6 @@
public final class FactorialTestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method facBreak(p0: int): int
public final static method facDoWhile(p0: int): int
public final static method facWhile(p0: int): int
}
@@ -0,0 +1,7 @@
public final class FinallyOnEmptyReturnKt {
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(): void
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,5 @@
public final class ForArrayListKt {
private final static @org.jetbrains.annotations.NotNull field alist: java.util.ArrayList
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getAlist(): java.util.ArrayList
}
@@ -0,0 +1,5 @@
public final class ForArrayListMultiDeclKt {
private final static @org.jetbrains.annotations.NotNull field alist: java.util.ArrayList
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getAlist(): java.util.ArrayList
}
@@ -0,0 +1,4 @@
public final class ForInSmartCastToArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method f(@org.jetbrains.annotations.Nullable p0: java.lang.Object): java.lang.Object
}
@@ -0,0 +1,3 @@
public final class ForIntArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,26 @@
public final class C {
public method <init>(): void
}
public final class ForLoopMemberExtensionAllKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: int): void
}
public final class It {
public method <init>(): void
}
public final class X {
private field hasNext: boolean
public method <init>(): void
public final method getHasNext(): boolean
public final method hasNext(@org.jetbrains.annotations.NotNull p0: It): boolean
public final @org.jetbrains.annotations.NotNull method iterator(@org.jetbrains.annotations.NotNull p0: C): It
public final method next(@org.jetbrains.annotations.NotNull p0: It): int
public final method setHasNext(p0: boolean): void
public final method test(): void
}
@@ -0,0 +1,26 @@
public final class C {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method iterator(): It
}
public final class ForLoopMemberExtensionHasNextKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: int): void
}
public final class It {
public method <init>(): void
public final method next(): int
}
public final class X {
private field hasNext: boolean
public method <init>(): void
public final method getHasNext(): boolean
public final method hasNext(@org.jetbrains.annotations.NotNull p0: It): boolean
public final method setHasNext(p0: boolean): void
public final method test(): void
}
@@ -0,0 +1,26 @@
public final class C {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method iterator(): It
}
public final class ForLoopMemberExtensionNextKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: int): void
}
public final class It {
private field hasNext: boolean
public method <init>(): void
public final method getHasNext(): boolean
public final method hasNext(): boolean
public final method setHasNext(p0: boolean): void
}
public final class X {
public method <init>(): void
public final method next(@org.jetbrains.annotations.NotNull p0: It): int
public final method test(): void
}
@@ -0,0 +1,3 @@
public final class ForNullableIntArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForPrimitiveIntArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,79 @@
public final class ForUserTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyCollection1 {
inner class MyCollection1/MyIterator
public method <init>(): void
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
}
public final static class MyCollection1/MyIterator {
private field k: int
inner class MyCollection1/MyIterator
public method <init>(): void
public final method getK(): int
public method hasNext(): boolean
public @org.jetbrains.annotations.NotNull method next(): java.lang.Integer
public synthetic method next(): java.lang.Object
public method remove(): void
public final method setK(p0: int): void
}
public final class MyCollection2 {
inner class MyCollection2/MyIterator
public method <init>(): void
public @org.jetbrains.annotations.NotNull method iterator(): java.util.Iterator
}
public final static class MyCollection2/MyIterator {
private field k: int
inner class MyCollection2/MyIterator
public method <init>(): void
public final method getK(): int
public method hasNext(): boolean
public @org.jetbrains.annotations.NotNull method next(): java.lang.Integer
public synthetic method next(): java.lang.Object
public method remove(): void
public final method setK(p0: int): void
}
public final class MyCollection3 {
inner class MyCollection3/MyIterator
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method iterator(): MyCollection3.MyIterator
}
public final static class MyCollection3/MyIterator {
private field k: int
inner class MyCollection3/MyIterator
public method <init>(): void
public final method getK(): int
public final method hasNext(): boolean
public final @org.jetbrains.annotations.Nullable method next(): java.lang.Integer
public final method setK(p0: int): void
}
public final class MyCollection4 {
inner class MyCollection4/MyIterator
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method iterator(): MyCollection4.MyIterator
}
public final static class MyCollection4/MyIterator {
private field k: int
inner class MyCollection4/MyIterator
public method <init>(): void
public final method getK(): int
public final method hasNext(): boolean
public final method next(): int
public final method setK(p0: int): void
}
@@ -0,0 +1,4 @@
public final class InRangeConditionsInWhenKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method contains(p0: int, p1: int): boolean
}
@@ -0,0 +1,7 @@
public final class Kt12908Kt {
private static field field: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getField(): int
public final static method next(): int
public final static method setField(p0: int): void
}
@@ -0,0 +1,7 @@
public final class Kt12908_2Kt {
private static field field: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getField(): int
public final static method next(): int
public final static method setField(p0: int): void
}
@@ -0,0 +1,12 @@
public final class Foo {
private field rnd: int
public method <init>(): void
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
public final method getRnd(): int
public final method setRnd(p0: int): void
}
public final class Kt1441Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt1688Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt1742Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt1899Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,9 @@
public final class Foo {
public method <init>(): void
public final method isOk(): boolean
}
public final class Kt2147Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class Kt2259Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method main(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
}
@@ -0,0 +1,3 @@
public final class Kt2291Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,21 @@
public final class A {
public method <init>(): void
}
public final class C {
private final field value: java.lang.Object
public method <init>(p0: java.lang.Object): void
public final method foo(): java.lang.Object
public final method getValue(): java.lang.Object
}
public final class Kt237Kt {
public final static method almostFilter(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[], @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 fff(p0: java.lang.Object): java.lang.Object
public final static method foreach(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[], @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
public final static method id(p0: java.lang.Object): java.lang.Object
public final static method main(@org.jetbrains.annotations.Nullable p0: java.lang.String[]): void
}
@@ -0,0 +1,3 @@
public final class Kt2416Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,6 @@
public final class Kt2423Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method ok1(): boolean
public final static method ok2(): boolean
public final static method ok3(): boolean
}
@@ -0,0 +1,4 @@
public final class Kt2577Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(): int
}
@@ -0,0 +1,3 @@
public final class Kt2597Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,21 @@
public final class Kt299Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class MyRange1 {
public method <init>(): void
public method contains(p0: int): boolean
public synthetic method contains(p0: java.lang.Comparable): boolean
public synthetic method getEndInclusive(): java.lang.Comparable
public @org.jetbrains.annotations.NotNull method getEndInclusive(): java.lang.Integer
public synthetic method getStart(): java.lang.Comparable
public @org.jetbrains.annotations.NotNull method getStart(): java.lang.Integer
public method isEmpty(): boolean
}
public final class MyRange2 {
public method <init>(): void
public final method contains(p0: int): boolean
}
@@ -0,0 +1,6 @@
public final class Kt3087Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method putInvertAsUnit(p0: boolean): void
public final static method putNumberCompareAsUnit(): void
public final static method putNumberCompareAsVoid(): void
}
@@ -0,0 +1,4 @@
public final class Kt3203_1Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method testIf(): void
}
@@ -0,0 +1,5 @@
public final class Kt3203_2Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method check1(): void
public final static method check2(): void
}
@@ -0,0 +1,5 @@
public final class Kt3273Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method printlnMock(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
public final static method testCoalesce(): void
}
@@ -0,0 +1,5 @@
public final class Kt3280Kt {
public final static method bar(): void
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(): void
}
@@ -0,0 +1,5 @@
public final class Kt3574Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method list(): java.util.List
public final static @org.jetbrains.annotations.Nullable method nil(): java.lang.Void
}
@@ -0,0 +1,3 @@
public final class Kt416Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,11 @@
public final class A {
public method <init>(): void
public final method add3(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList, p1: java.lang.Object): boolean
public final method test(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): void
}
public final class Kt513Kt {
public final static method add2(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList, p1: java.lang.Object): boolean
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,25 @@
public final class A {
private final @org.jetbrains.annotations.NotNull field property: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method action(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getA(): A
public final @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
public final @org.jetbrains.annotations.NotNull method infix(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class Kt628Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test1(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test10(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test11(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test12(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test2(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test3(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test4(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test5(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test6(): java.lang.String
public final static method test7(): int
public final static method test8(): int
public final static @org.jetbrains.annotations.NotNull method test9(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class w_range/Kt769Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class demo2/Kt772Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method print(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
public final static method test(p0: int): void
}
@@ -0,0 +1,5 @@
public final class demo2/Kt773Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method print(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
public final static method test(p0: int): void
}
@@ -0,0 +1,12 @@
public final class A {
private @org.jetbrains.annotations.NotNull field value: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Kt8148Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
}
@@ -0,0 +1,12 @@
public final class A {
private @org.jetbrains.annotations.NotNull field value: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Kt8148_breakKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
}
@@ -0,0 +1,12 @@
public final class A {
private @org.jetbrains.annotations.NotNull field value: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Kt8148_continueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt870Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,7 @@
public final class Kt9022ReturnKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method testAnd(): boolean
public final static method testAnd(p0: boolean): boolean
public final static method testOr(): boolean
public final static method testOr(p0: boolean): boolean
}
@@ -0,0 +1,3 @@
public final class Kt9022ThrowKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class Kt910Kt {
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.util.Set): java.util.Set
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(): int
}
@@ -0,0 +1,4 @@
public final class Kt958Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(): int
}
@@ -0,0 +1,3 @@
public final class LongRangeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,6 @@
public final class QuicksortKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method quicksort(@org.jetbrains.annotations.NotNull p0: int[]): void
public final static method quicksort(@org.jetbrains.annotations.NotNull p0: int[], p1: int, p2: int): void
public final static method swap(@org.jetbrains.annotations.NotNull p0: int[], p1: int, p2: int): void
}
@@ -0,0 +1,7 @@
public final class IfElseKt {
private static field flag: boolean
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method exit(): java.lang.Void
public final static method getFlag(): boolean
public final static method setFlag(p0: boolean): void
}
@@ -0,0 +1,4 @@
public final class InlineMethodKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method exit(): java.lang.Void
}
@@ -0,0 +1,13 @@
public final class PropertyGetterKt {
private static field flag: boolean
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getFlag(): boolean
public final static method setFlag(p0: boolean): void
}
public final class Test {
public final static field INSTANCE: Test
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMagic(): java.lang.Void
}
@@ -0,0 +1,4 @@
public final class TryCatchKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method exit(): java.lang.Void
}
@@ -0,0 +1,7 @@
public final class WhenKt {
private static field x: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method exit(): java.lang.Void
public final static method getX(): int
public final static method setX(p0: int): void
}
@@ -0,0 +1,3 @@
public final class TryCatchFinallyChainKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class CatchKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,7 @@
public final class ComplexChainKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method cleanup(): void
public final static @org.jetbrains.annotations.NotNull method concat(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
public final static @org.jetbrains.annotations.NotNull method first(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
public final static method throws(): void
}
@@ -0,0 +1,5 @@
public final class DeadTryCatchKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method catchAll(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): java.lang.String
public final static method tryTwice(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
}
@@ -0,0 +1,4 @@
public final class DifferentTypesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(p0: byte, @org.jetbrains.annotations.NotNull p1: java.lang.String, p2: int, p3: double, p4: long): java.lang.String
}
@@ -0,0 +1,5 @@
public final class ExpectExceptionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method fails(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Throwable
public final static method throwIt(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,3 @@
public final class FinallyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class InlineTryCatchKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method testIt(): java.lang.String
public final static method tryOrElse(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): java.lang.Object
}
@@ -0,0 +1,5 @@
public final class InlineTryExprKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method testIt(): java.lang.String
public final static method tryOrElse(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): java.lang.Object
}
@@ -0,0 +1,5 @@
public final class InlineTryFinallyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method testIt(): java.lang.String
public final static method tryAndThen(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.Object
}
@@ -0,0 +1,16 @@
public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
private final method x(): void
}
public interface Callable {
public abstract method call(p0: boolean): void
}
public final class Kt8608Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method run(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
}
@@ -0,0 +1,6 @@
public final class Kt9644tryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method doCall(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Object
public final static method test1(): void
public final static @org.jetbrains.annotations.NotNull method test2(): java.lang.String
}
@@ -0,0 +1,18 @@
public final class Exception1 {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Exception2 {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class Exception3 {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class MultipleCatchBlocksKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class SplitTryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): int
}
@@ -0,0 +1,4 @@
public final class SplitTryCorner1Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method shouldReturnFalse(): boolean
}
@@ -0,0 +1,4 @@
public final class SplitTryCorner2Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method shouldReturn11(): int
}
@@ -0,0 +1,3 @@
public final class TryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class TryAfterTryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class TryAndBreakKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(): int
public final static method idiv(p0: int, p1: int): int
}

Some files were not shown because too many files have changed in this diff Show More