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
@@ -1,3 +1,5 @@
// WITH_RUNTIME
@file:[JvmName("Foo") JvmMultifileClass]
package test
@@ -1,3 +1,5 @@
// WITH_RUNTIME
class Example {
@JvmSynthetic
val prop: String = "ABC"
@@ -1,3 +1,5 @@
// WITH_RUNTIME
// FILE: test/B.java
package test;
@@ -1,3 +1,5 @@
// WITH_RUNTIME
open class A<T> : Collection<T> {
override val size: Int
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
@@ -1,3 +1,5 @@
// WITH_RUNTIME
open class A<T> : Collection<T> {
override val size: Int
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
@@ -1,3 +1,5 @@
// WITH_RUNTIME
@file:[JvmName("Foo") JvmMultifileClass]
package test
@@ -1,3 +1,5 @@
// WITH_RUNTIME
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
@kotlin.internal.InlineOnly
inline fun foo() { }
@@ -0,0 +1,30 @@
public final class AnnotatedEnumEntryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public enum class E {
public final static @First field E1: E
public final static @Second field E2: E
inner class E/E1
protected method <init>(p0: java.lang.String, p1: int): void
public static method valueOf(p0: java.lang.String): E
public static method values(): E[]
}
@First
final static class E/E1 {
inner class E/E1
method <init>(p0: java.lang.String, p1: int): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class First
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Second {
public abstract method value(): java.lang.String
}
@@ -0,0 +1,14 @@
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method x(): java.lang.String
}
public final class FunExpressionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo0(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Class
public final static @org.jetbrains.annotations.NotNull method foo1(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): java.lang.Class
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method testMethod(@org.jetbrains.annotations.NotNull p0: java.lang.reflect.Method, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,15 @@
@kotlin.annotation.Target
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@java.lang.annotation.Target
public annotation class Ann {
public abstract method x(): java.lang.String
}
public final class LambdaKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo0(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.Class
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method testMethod(@org.jetbrains.annotations.NotNull p0: java.lang.reflect.Method, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,12 @@
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method x(): java.lang.String
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method testMethod(@org.jetbrains.annotations.NotNull p0: java.lang.reflect.Method, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,14 @@
@kotlin.annotation.Target
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@java.lang.annotation.Target
public annotation class Ann {
public abstract method x(): java.lang.String
}
public final class TestKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method testClass(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final static method testMethod(@org.jetbrains.annotations.NotNull p0: java.lang.reflect.Method, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,14 @@
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method v(): java.lang.String
}
public final class AnnotatedObjectLiteralKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@Ann
public class My {
public method <init>(): void
}
@@ -0,0 +1,18 @@
public final class KotlinClass {
public final static field Companion: KotlinClass.Companion
public final static field FOO_INT: int
public final static @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field FOO_STRING: java.lang.String
inner class KotlinClass/Companion
public method <init>(): void
}
public final static class KotlinClass/Companion {
inner class KotlinClass/Companion
private method <init>(): void
}
public final class KotlinClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,19 @@
public interface KotlinInterface {
public final static field Companion: KotlinInterface.Companion
public final static field FOO_INT: int
public final static @org.jetbrains.annotations.NotNull field FOO_STRING: java.lang.String
inner class KotlinInterface/Companion
}
public final static class KotlinInterface/Companion {
public final static field FOO_INT: int
public final static @org.jetbrains.annotations.NotNull field FOO_STRING: java.lang.String
inner class KotlinInterface/Companion
private method <init>(): void
}
public final class KotlinInterfaceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,24 @@
public final class A {
public @Ann method <init>(p0: int, p1: int, p2: int): void
public synthetic method <init>(p0: int, p1: int, p2: int, p3: int, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
public synthetic static method foo$default(p0: A, p1: int, p2: int, p3: int, p4: int, p5: java.lang.Object): void
public final @Ann method foo(p0: int, p1: int, p2: int): void
}
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method x(): int
}
public final class AnnotationsOnDefaultKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.annotation.Annotation[]): void
}
public final class B {
public @Ann method <init>(p0: int, p1: int, p2: int): void
public synthetic method <init>(p0: int, p1: int, p2: int, p3: int, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
}
@@ -0,0 +1,36 @@
public final class A {
public method <init>(): void
}
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method a(): Ann2
public abstract method c(): java.lang.Class
public abstract method e(): MyEnum
public abstract method i(): int
public abstract method ia(): int[]
public abstract method s(): java.lang.String
public abstract method sa(): java.lang.String[]
}
@java.lang.annotation.Retention
public annotation class Ann2
public final class DefaultParameterValuesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@Ann
public final class MyClass {
public method <init>(): void
}
public enum class MyEnum {
public final static field A: MyEnum
protected method <init>(p0: java.lang.String, p1: int): void
public static method valueOf(p0: java.lang.String): MyEnum
public static method values(): MyEnum[]
}
@@ -0,0 +1,23 @@
public final class Delegate {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
}
public final class DelegatedPropertySetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class First
public final class MyClass {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @org.jetbrains.annotations.NotNull field x$delegate: Delegate
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
public final @First method setX(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,13 @@
@StringHolder
@kotlin.jvm.JvmName
public final class FileClass {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.annotation.Target
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@java.lang.annotation.Target
public annotation class StringHolder {
public abstract method value(): java.lang.String
}
@@ -0,0 +1,24 @@
public final class C {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @kotlin.jvm.Transient @org.jetbrains.annotations.NotNull field del$delegate: CustomDelegate
private final @kotlin.jvm.Transient field tra: int
private @kotlin.jvm.Volatile field vol: int
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getDel(): java.lang.String
public final method getTra(): int
public final method getVol(): int
public final method setVol(p0: int): void
public final @kotlin.jvm.Strictfp method str(): void
public final @kotlin.jvm.Synchronized method sync(): void
}
public final class CustomDelegate {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.String
}
public final class JvmAnnotationFlagsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,45 @@
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method b(): byte
public abstract method bool(): boolean
public abstract method c(): char
public abstract method d(): double
public abstract method f(): float
public abstract method i(): int
public abstract method l(): long
public abstract method s(): short
public abstract method str(): java.lang.String
}
public final class Foo {
public final static field Companion: Foo.Companion
public final static field b: byte
public final static field bool: boolean
public final static field c: char
public final static field d: double
public final static field f: float
public final static field i: int
public final static field l: long
public final static field s: short
public final static @org.jetbrains.annotations.NotNull field str: java.lang.String
inner class Foo/Companion
public method <init>(): void
}
public final static class Foo/Companion {
inner class Foo/Companion
private method <init>(): void
}
public final class KotlinPropertyFromClassObjectAsParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@Ann
public final class MyClass {
public method <init>(): void
}
@@ -0,0 +1,32 @@
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method b(): byte
public abstract method bool(): boolean
public abstract method c(): char
public abstract method d(): double
public abstract method f(): float
public abstract method i(): int
public abstract method l(): long
public abstract method s(): short
public abstract method str(): java.lang.String
}
public final class KotlinTopLevelPropertyAsParameterKt {
public final static field b: byte
public final static field bool: boolean
public final static field c: char
public final static field d: double
public final static field f: float
public final static field i: int
public final static field l: long
public final static field s: short
public final static @org.jetbrains.annotations.NotNull field str: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@Ann
public final class MyClass {
public method <init>(): void
}
@@ -0,0 +1,20 @@
@java.lang.annotation.Retention
public annotation class A
@kotlin.annotation.Target
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@java.lang.annotation.Target
public annotation class B {
public abstract method items(): A[]
}
@B
public final class C {
public method <init>(): void
}
public final class Kt10136Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,36 @@
public final class A {
inner class A/B
public method <init>(): void
}
public final static class A/B {
public final static field Companion: A.B.Companion
public final static field i: int
inner class A/B
inner class A/B/Companion
public method <init>(): void
}
public final static class A/B/Companion {
inner class A/B
inner class A/B/Companion
private method <init>(): void
}
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method i(): int
}
@Ann
public final class MyClass {
public method <init>(): void
}
public final class NestedClassPropertyAsParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,22 @@
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method b(): byte
public abstract method bool(): boolean
public abstract method c(): char
public abstract method d(): double
public abstract method f(): float
public abstract method i(): int
public abstract method l(): long
public abstract method s(): short
}
@Ann
public final class MyClass {
public method <init>(): void
}
public final class ParameterWithPrimitiveTypeKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,17 @@
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method i(): int
}
@Ann
public final class MyClass {
public method <init>(): void
}
public final class PropertyWithPropertyInInitializerAsParameterKt {
public final static field i2: int
public final static field i: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,7 @@
public final class ResolveWithLowPriorityAnnotationKt {
public final static method bar(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
public final static @kotlin.Suppress @kotlin.internal.LowPriorityInOverloadResolution method bar(@org.jetbrains.annotations.Nullable p0: java.lang.String): int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
public final static @kotlin.Suppress @kotlin.internal.LowPriorityInOverloadResolution method foo(p0: int): int
}
@@ -0,0 +1,61 @@
@kotlin.annotation.Retention
@java.lang.annotation.Retention
public annotation class Ann {
public abstract method p(): int[]
}
@Ann
public final class MyClass1 {
public method <init>(): void
}
@Ann
public final class MyClass10 {
public method <init>(): void
}
@Ann
public final class MyClass2 {
public method <init>(): void
}
@Ann
public final class MyClass3 {
public method <init>(): void
}
@Ann
public final class MyClass4 {
public method <init>(): void
}
@Ann
public final class MyClass5 {
public method <init>(): void
}
@Ann
public final class MyClass6 {
public method <init>(): void
}
@Ann
public final class MyClass7 {
public method <init>(): void
}
@Ann
public final class MyClass8 {
public method <init>(): void
}
@Ann
public final class MyClass9 {
public method <init>(): void
}
public final class VarargInAnnotationParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,4 @@
public final class ArgumentsKt {
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, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
}
@@ -0,0 +1,4 @@
public final class CapturedKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(p0: int, p1: long, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,4 @@
public final class CapturedInExtensionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(p0: double, p1: int, p2: long, @org.jetbrains.annotations.NotNull p3: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,8 @@
public final class DefaultsKt {
private static @org.jetbrains.annotations.NotNull field invokeOrder: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getInvokeOrder(): java.lang.String
public final static method setInvokeOrder(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public synthetic static method test$default(p0: double, p1: java.lang.String, p2: long, p3: java.lang.String, p4: int, p5: java.lang.Object): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(p0: double, @org.jetbrains.annotations.NotNull p1: java.lang.String, p2: long, @org.jetbrains.annotations.NotNull p3: java.lang.String): java.lang.String
}
@@ -0,0 +1,4 @@
public final class ExtensionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(p0: double, p1: int, p2: long, @org.jetbrains.annotations.NotNull p3: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,10 @@
public final class ExtensionInClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Z {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
public final @org.jetbrains.annotations.NotNull method test(p0: double, p1: int, p2: long, @org.jetbrains.annotations.NotNull p3: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,5 @@
public final class Kt9277Kt {
public final static method bar(p0: int, p1: int): void
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
}
@@ -0,0 +1,4 @@
public final class LambdaMigrationKt {
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, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,11 @@
public final class LambdaMigrationInClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Z {
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getP(): java.lang.String
public final @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,4 @@
public final class SimpleKt {
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, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,11 @@
public final class SimpleInClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Z {
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getP(): java.lang.String
public final @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.NotNull p2: kotlin.jvm.functions.Function0): java.lang.String
}
@@ -0,0 +1,6 @@
public final class ArrayConstructorsSimpleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method simpleDoubleArray(): java.lang.Double[]
public final static @org.jetbrains.annotations.NotNull method simpleIntArray(): java.lang.Integer[]
public final static @org.jetbrains.annotations.NotNull method simpleStringArray(): java.lang.String[]
}
@@ -0,0 +1,5 @@
public final class ArrayGetAssignMultiIndexKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.lang.String[], p1: int, p2: int): java.lang.String
public final static method set(@org.jetbrains.annotations.NotNull p0: java.lang.String[], p1: int, p2: int, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
}
@@ -0,0 +1,5 @@
public final class ArrayGetMultiIndexKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.lang.String[], p1: int, p2: int): java.lang.String
public final static method set(@org.jetbrains.annotations.NotNull p0: java.lang.String[], p1: int, p2: int, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
}
@@ -0,0 +1,4 @@
public final class ArrayInstanceOfKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(p0: boolean): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ArrayPlusAssignKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class CloneArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ClonePrimitiveArraysKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class CollectionAssignGetMultiIndexKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList, p1: int, p2: int): java.lang.String
public final static method set(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList, p1: int, p2: int, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
}
@@ -0,0 +1,5 @@
public final class CollectionGetMultiIndexKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList, p1: int, p2: int): java.lang.String
public final static method set(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList, p1: int, p2: int, @org.jetbrains.annotations.NotNull p3: java.lang.String): void
}
@@ -0,0 +1,3 @@
public final class ForEachBooleanArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForEachByteArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForEachCharArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForEachDoubleArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForEachFloatArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForEachIntArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForEachLongArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ForEachShortArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class HashMapKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method set(@org.jetbrains.annotations.NotNull p0: java.util.HashMap, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.Nullable p2: java.lang.Integer): void
}
@@ -0,0 +1,4 @@
public final class InProjectionAsParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method test(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): void
}
@@ -0,0 +1,3 @@
public final class InProjectionOfArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class InProjectionOfListKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IndicesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IndicesCharKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorBooleanArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorByteArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorByteArrayNextByteKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorCharArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorDoubleArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorFloatArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorIntArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorLongArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorLongArrayNextLongKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class IteratorShortArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,20 @@
public final class Kt1291Kt {
private static field result: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foreach(@org.jetbrains.annotations.NotNull p0: java.util.Iterator, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
public final static method getResult(): int
public final static @org.jetbrains.annotations.NotNull method select(@org.jetbrains.annotations.NotNull p0: java.util.Iterator, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.util.Iterator
public final static method setResult(p0: int): void
}
public final class Selector {
private final @org.jetbrains.annotations.NotNull field f: kotlin.jvm.functions.Function1
private final @org.jetbrains.annotations.NotNull field source: java.util.Iterator
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.Iterator, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
public final @org.jetbrains.annotations.NotNull method getF(): kotlin.jvm.functions.Function1
public final @org.jetbrains.annotations.NotNull method getSource(): java.util.Iterator
public method hasNext(): boolean
public method next(): java.lang.Object
public method remove(): void
}
@@ -0,0 +1,25 @@
public final class Kt238Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method t1(): void
public final static method t2(): void
public final static method t3(): void
public final static method t4(): void
public final static method t5(): void
public final static method t6(): void
}
public final class StrangeArray {
private field defaultValue: java.lang.Object
public method <init>(p0: int, p1: java.lang.Object): void
public final method get(p0: int): java.lang.Object
public final method set(p0: int, p1: java.lang.Object): void
}
public final class StrangeIntArray {
private field defaultValue: int
public method <init>(p0: int): void
public final method get(p0: int): int
public final method set(p0: int, p1: int): void
}
@@ -0,0 +1,4 @@
public final class Kt2997Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Object): int
}
@@ -0,0 +1,3 @@
public final class Kt33Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class Kt3771Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method fill(@org.jetbrains.annotations.NotNull p0: java.lang.Object[], @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,12 @@
public final class Kt4118Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test1(@org.jetbrains.annotations.NotNull p0: double[][]): double[][]
public final static @org.jetbrains.annotations.NotNull method test1(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method test1Nested(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method test2(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method test2Nested(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method test3(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method test3Nested(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method test4(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
public final static @org.jetbrains.annotations.NotNull method test4Nested(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String[]
}
@@ -0,0 +1,6 @@
public final class Kt4348Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method get(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.Object[]): java.lang.String
public final static method get(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.Object[]): int
public final static method main(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): void
}
@@ -0,0 +1,3 @@
public final class Kt4357Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,6 @@
public final class Kt503Kt {
public final static @org.jetbrains.annotations.NotNull method array(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): java.lang.Object[]
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method iarr(@org.jetbrains.annotations.NotNull p0: int[]): int[]
public final static method thirdElementIsThree(@org.jetbrains.annotations.NotNull p0: int[]): boolean
}
@@ -0,0 +1,3 @@
public final class array_test/Kt594Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt602Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class Kt7009Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class Kt7288Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method test(p0: boolean): java.lang.String
}
@@ -0,0 +1,4 @@
public final class Kt7338Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.String
}
@@ -0,0 +1,4 @@
public final class Kt779Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getLength(@org.jetbrains.annotations.NotNull p0: java.lang.Object[]): int
}
@@ -0,0 +1,3 @@
public final class Kt945Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class Kt950Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method set(@org.jetbrains.annotations.NotNull p0: java.util.Map, p1: java.lang.Object, p2: java.lang.Object): java.lang.Object
}
@@ -0,0 +1,5 @@
public final class LongAsIndexKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method get(@org.jetbrains.annotations.NotNull p0: int[], p1: long): int
public final static method set(@org.jetbrains.annotations.NotNull p0: int[], p1: long, p2: int): void
}
@@ -0,0 +1,5 @@
public final class MultiArrayConstructorsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method stringMultiArray(): java.lang.String[][]
public final static @org.jetbrains.annotations.NotNull method stringNullableMultiArray(): java.lang.String[][]
}
@@ -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: C[]): java.lang.String
}
@@ -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: C[]): java.lang.String
}
@@ -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: C[]): java.lang.String
}
public final class MultiDeclForComponentMemberExtensionsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -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: C[]): java.lang.String
}
@@ -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: C[]): java.lang.String
}
@@ -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(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[]): java.lang.String
}
@@ -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(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[]): java.lang.String
}
@@ -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(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[]): java.lang.String
}
public final class MultiDeclForComponentMemberExtensionsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}

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