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,15 @@
public abstract class A {
public method <init>(): void
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final class AbstractClassMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class B {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class BooleanNotIntrinsicKt {
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 method foo(p0: int): int
public final method result(): int
}
public final class ClassMemberFromClassKt {
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 k(p0: int): int
public final method o(): int
}
public final class ClassMemberFromExtensionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: A): int
}
@@ -0,0 +1,9 @@
public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final class ClassMemberFromTopLevelStringNoArgsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,9 @@
public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
public final class ClassMemberFromTopLevelStringOneStringArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,12 @@
public final class A {
private @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(): void
public final method foo(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class ClassMemberFromTopLevelUnitNoArgsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,12 @@
public final class A {
private @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(): void
public final method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class ClassMemberFromTopLevelUnitOneStringArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,11 @@
public final class A {
private @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class ConstructorFromTopLevelNoArgsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,10 @@
public final class A {
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
}
public final class ConstructorFromTopLevelOneStringArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,11 @@
public enum class E {
public final static field ENTRY: E
protected method <init>(p0: java.lang.String, p1: int): void
public static method valueOf(p0: java.lang.String): E
public static method values(): E[]
}
public final class EnumValueOfMethodKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,8 @@
public final class A {
public method <init>(): void
}
public final class EqualsIntrinsicKt {
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 @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
public final class ExtensionFromClassKt {
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: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
}
@@ -0,0 +1,10 @@
public final class A {
public method <init>(): void
}
public final class ExtensionFromExtensionKt {
public final static @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
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: A): java.lang.String
}
@@ -0,0 +1,9 @@
public final class A {
public method <init>(): void
}
public final class ExtensionFromTopLevelStringNoArgsKt {
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: A): java.lang.String
}
@@ -0,0 +1,9 @@
public final class A {
public method <init>(): void
}
public final class ExtensionFromTopLevelStringOneStringArgKt {
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: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): java.lang.String
}
@@ -0,0 +1,12 @@
public final class A {
private @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class ExtensionFromTopLevelUnitNoArgsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: A): void
}
@@ -0,0 +1,12 @@
public final class A {
private @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public final method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class ExtensionFromTopLevelUnitOneStringArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
@@ -0,0 +1,11 @@
public final class A {
private final field t: java.lang.Object
public method <init>(p0: java.lang.Object): void
public final method foo(): java.lang.Object
public final method getT(): java.lang.Object
}
public final class GenericMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,12 @@
public final class A {
public method <init>(): void
public final method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
}
public final class GetArityViaFunctionImplKt {
public final static method baz(p0: double, @org.jetbrains.annotations.NotNull p1: java.lang.String, p2: int): void
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): void
public final static method test(@org.jetbrains.annotations.NotNull p0: kotlin.Function, p1: int): void
}
@@ -0,0 +1,21 @@
public final class A {
inner class A/Inner
public method <init>(): void
public final method result(): int
}
public final class A/Inner {
private final field k: int
private final field o: int
synthetic final field this$0: A
inner class A/Inner
public method <init>(p0: A): void
public final method getK(): int
public final method getO(): int
}
public final class InnerConstructorFromClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,21 @@
public final class A {
inner class A/Inner
public method <init>(): void
}
public final class A/Inner {
private final field k: int
private final field o: int
synthetic final field this$0: A
inner class A/Inner
public method <init>(p0: A): void
public final method getK(): int
public final method getO(): int
}
public final class InnerConstructorFromExtensionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(@org.jetbrains.annotations.NotNull p0: A): int
}
@@ -0,0 +1,20 @@
public final class A {
inner class A/Inner
public method <init>(): void
}
public final class A/Inner {
private final field k: int
private final field o: int
synthetic final field this$0: A
inner class A/Inner
public method <init>(p0: A): void
public final method getK(): int
public final method getO(): int
}
public final class InnerConstructorFromTopLevelNoArgsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,18 @@
public final class A {
inner class A/Inner
public method <init>(): void
}
public final class A/Inner {
private final field result: int
synthetic final field this$0: A
inner class A/Inner
public method <init>(p0: A, p1: int): void
public final method getResult(): int
}
public final class InnerConstructorFromTopLevelOneStringArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class JavaCollectionsStaticMethodKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,19 @@
public final class CaptureOuterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Outer {
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
inner class Outer/Inner
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
}
public final class Outer/Inner {
synthetic final field this$0: Outer
inner class Outer/Inner
public method <init>(p0: Outer): void
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ClassMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ClosureWithSideEffectKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ConstructorKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ConstructorWithInitializerKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,17 @@
public enum class E {
public final static field OK: E
protected method <init>(p0: java.lang.String, p1: int): void
public synthetic method getName(): java.lang.String
public static method valueOf(p0: java.lang.String): E
public static method values(): E[]
}
public final class EnumExtendsTraitKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface Named {
public abstract @org.jetbrains.annotations.NotNull method getName(): java.lang.String
}
@@ -0,0 +1,8 @@
public final class A {
public method <init>(): void
}
public final class ExtensionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ExtensionToLocalClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ExtensionToPrimitiveKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,8 @@
public final class A {
public method <init>(): void
}
public final class ExtensionWithClosureKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class GenericMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class LocalClassMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class LocalFunctionNameKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class LocalLocalKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class RecursiveClosureKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
}
@@ -0,0 +1,3 @@
public final class SimpleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class SimpleClosureKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class SimpleWithArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,6 @@
public final class UnitWithSideEffectKt {
private static field state: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getState(): int
public final static method setState(p0: int): void
}
@@ -0,0 +1,20 @@
public final class A {
inner class A/Nested
public method <init>(): void
public final method result(): int
}
public final static class A/Nested {
private final field k: int
private final field o: int
inner class A/Nested
public method <init>(): void
public final method getK(): int
public final method getO(): int
}
public final class NestedConstructorFromClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,17 @@
public final class A {
inner class A/Nested
public method <init>(): void
}
public final static class A/Nested {
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
inner class A/Nested
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
}
public final class NestedConstructorFromTopLevelNoArgsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,17 @@
public final class A {
inner class A/Nested
public method <init>(): void
}
public final static class A/Nested {
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
inner class A/Nested
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
}
public final class NestedConstructorFromTopLevelOneStringArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class NewArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
private final static method upcast(p0: java.lang.Object): java.lang.Object
}
@@ -0,0 +1,13 @@
public final class OverloadedFunKt {
private final static @org.jetbrains.annotations.NotNull field f1: kotlin.jvm.functions.Function0
private final static @org.jetbrains.annotations.NotNull field f2: kotlin.jvm.functions.Function1
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 bar(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
public final static method foo1(): void
public final static method foo2(p0: int): void
public final static @org.jetbrains.annotations.NotNull method getF1(): kotlin.jvm.functions.Function0
public final static @org.jetbrains.annotations.NotNull method getF2(): kotlin.jvm.functions.Function1
}
@@ -0,0 +1,15 @@
public final class A {
private final field x: int
public method <init>(): void
public final method getX(): int
public final @org.jetbrains.annotations.NotNull method x(): java.lang.String
}
public final class OverloadedFunVsValKt {
private final static @org.jetbrains.annotations.NotNull field f1: kotlin.reflect.KProperty1
private final static @org.jetbrains.annotations.NotNull field f2: kotlin.jvm.functions.Function1
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getF1(): kotlin.reflect.KProperty1
public final static @org.jetbrains.annotations.NotNull method getF2(): kotlin.jvm.functions.Function1
}
@@ -0,0 +1,10 @@
public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
private final method foo(): java.lang.String
}
public final class PrivateClassMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,5 @@
public final class SortListOfStringsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method compare(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): int
public final static method sort(@org.jetbrains.annotations.NotNull p0: java.util.List, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function2): void
}
@@ -0,0 +1,10 @@
public final class A {
public method <init>(): void
public final method bar(): int
}
public final class TopLevelFromClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: int, p1: int): int
}
@@ -0,0 +1,10 @@
public final class A {
public method <init>(): void
}
public final class TopLevelFromExtensionKt {
public final static method bar(@org.jetbrains.annotations.NotNull p0: A): int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method foo(p0: int, p1: int): int
}
@@ -0,0 +1,4 @@
public final class TopLevelFromTopLevelStringNoArgsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class TopLevelFromTopLevelStringOneStringArgKt {
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.String): java.lang.String
}
@@ -0,0 +1,7 @@
public final class TopLevelFromTopLevelUnitNoArgsKt {
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,7 @@
public final class TopLevelFromTopLevelUnitOneStringArgKt {
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(@org.jetbrains.annotations.NotNull p0: java.lang.String): 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,30 @@
public final class B {
inner class B/C
public method <init>(): void
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final class B/C {
synthetic final field this$0: B
inner class B/C
public method <init>(p0: B): void
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
}
public interface T {
inner class T/DefaultImpls
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final class T/DefaultImpls {
inner class T/DefaultImpls
public static @org.jetbrains.annotations.NotNull method foo(p0: T): java.lang.String
}
public final class TraitImplMethodWithClassReceiverKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,14 @@
public interface A {
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final class B {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final class TraitMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,15 @@
public final class AccessViaSubclassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public abstract class Base {
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
}
public final class Derived {
public method <init>(): void
}
@@ -0,0 +1,21 @@
public final class A {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @org.jetbrains.annotations.NotNull field two$delegate: NumberDecrypter
public method <init>(): void
public final method getTwo(): int
}
public final class DelegatedKt {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.NotNull field four$delegate: NumberDecrypter
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getFour(): int
}
public final class NumberDecrypter {
public final static field INSTANCE: NumberDecrypter
private method <init>(): void
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
}
@@ -0,0 +1,18 @@
public final class Delegate {
public final static field INSTANCE: Delegate
private static @org.jetbrains.annotations.NotNull field value: java.lang.String
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
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.NotNull p0: java.lang.String): void
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 DelegatedMutableKt {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.NotNull field result$delegate: Delegate
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 setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@@ -0,0 +1,11 @@
public enum class E {
public final static field I: E
protected method <init>(p0: java.lang.String, p1: int): void
public static method valueOf(p0: java.lang.String): E
public static method values(): E[]
}
public final class EnumNameOrdinalKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class ExtensionToArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getFirstElement(@org.jetbrains.annotations.NotNull p0: java.lang.String[]): java.lang.String
}
@@ -0,0 +1,29 @@
public final class DVal {
private final @org.jetbrains.annotations.NotNull field kmember: kotlin.reflect.KProperty1
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KProperty1): void
public final @org.jetbrains.annotations.NotNull method getKmember(): kotlin.reflect.KProperty1
public final method getValue(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): java.lang.Object
}
public final class GenericPropertyKt {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final static @org.jetbrains.annotations.Nullable field additionalText$delegate: DVal
private final static field additionalValue$delegate: DVal
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method getAdditionalText(@org.jetbrains.annotations.NotNull p0: Value): java.lang.String
public final static method getAdditionalValue(@org.jetbrains.annotations.NotNull p0: Value): java.lang.Object
}
public final class Value {
private @org.jetbrains.annotations.Nullable field text: java.lang.String
private field value: java.lang.Object
public method <init>(): void
public method <init>(p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: java.lang.String): void
public synthetic method <init>(p0: java.lang.Object, p1: java.lang.String, p2: int, p3: kotlin.jvm.internal.DefaultConstructorMarker): void
public final @org.jetbrains.annotations.Nullable method getText(): java.lang.String
public final method getValue(): java.lang.Object
public final method setText(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
public final method setValue(p0: java.lang.Object): void
}
@@ -0,0 +1,15 @@
public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMember(): java.lang.String
}
public final class InvokePropertyReferenceKt {
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getExt(@org.jetbrains.annotations.NotNull p0: A): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method getState(): java.lang.String
public final static method getTopLevel(): int
public final static method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final static method setTopLevel(p0: int): void
}
@@ -0,0 +1,6 @@
public final class JavaBeanConventionKt {
private static field aBcde: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getABcde(): int
public final static method setABcde(p0: int): void
}
@@ -0,0 +1,20 @@
public final class A {
public final static field Companion: A.Companion
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
private final static @org.jetbrains.annotations.NotNull field ref: kotlin.reflect.KProperty1
inner class A/Companion
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getRef(): kotlin.reflect.KProperty1
}
public final class KClassInstanceIsInitializedFirstKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,12 @@
public final class Foo {
private field x: int
public method <init>(): void
protected final method getX(): int
public final @org.jetbrains.annotations.NotNull method getX(): kotlin.reflect.KMutableProperty1
protected final method setX(p0: int): void
}
public final class Kt12982_protectedPropertyReferenceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,17 @@
public final class Foo {
private @org.jetbrains.annotations.Nullable field bar: java.lang.Integer
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
public final @org.jetbrains.annotations.Nullable method component1(): java.lang.Integer
public synthetic static method copy$default(p0: Foo, p1: java.lang.Integer, p2: int, p3: java.lang.Object): Foo
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): Foo
public method equals(p0: java.lang.Object): boolean
public final @org.jetbrains.annotations.Nullable method getBar(): java.lang.Integer
public method hashCode(): int
public final method setBar(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
public method toString(): java.lang.String
}
public final class Kt14330Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,11 @@
public final class Kt14330_2Kt {
private static @org.jetbrains.annotations.Nullable field recivier: java.lang.Object
private static @org.jetbrains.annotations.Nullable field value2: java.lang.Object
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getBar(p0: java.lang.Object): java.lang.Object
public final static @org.jetbrains.annotations.Nullable method getRecivier(): java.lang.Object
public final static @org.jetbrains.annotations.Nullable method getValue2(): java.lang.Object
public final static method setBar(p0: java.lang.Object, p1: java.lang.Object): void
public final static method setRecivier(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
public final static method setValue2(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
}
@@ -0,0 +1,11 @@
public final class Kt6870_privatePropertyReferenceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
private field iv: int
public method <init>(): void
public final method exec(): void
public final @org.jetbrains.annotations.NotNull method result(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class ListOfStringsMapLengthKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,3 @@
public final class LocalClassVarKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,17 @@
public class Base {
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
}
public final class Derived {
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
}
public final class OverriddenInSubclassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,12 @@
public final class Bar {
private @org.jetbrains.annotations.NotNull field foo: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
private final method setFoo(p0: java.lang.String): void
public final method test(): void
}
public final class PrivateSetterInsideClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,17 @@
public class Bar {
private @org.jetbrains.annotations.NotNull field foo: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
private final method setFoo(p0: java.lang.String): void
}
public final class Baz {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method ref(): kotlin.reflect.KProperty1
}
public final class PrivateSetterOutsideClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,4 @@
public final class SimpleExtensionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getId(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
}
@@ -0,0 +1,10 @@
public final class A {
private final field x: int
public method <init>(p0: int): void
public final method getX(): int
}
public final class SimpleMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,8 @@
public final class SimpleMutableExtensionKt {
private static field storage: int
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getFoo(p0: int): int
public final static method getStorage(): int
public final static method setFoo(p0: int, p1: int): void
public final static method setStorage(p0: int): void
}
@@ -0,0 +1,17 @@
public final class Box {
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 component1(): java.lang.String
public synthetic static method copy$default(p0: Box, p1: java.lang.String, p2: int, p3: java.lang.Object): Box
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String): Box
public method equals(p0: java.lang.Object): boolean
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public method hashCode(): int
public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public method toString(): java.lang.String
}
public final class SimpleMutableMemberKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -0,0 +1,19 @@
public final class Box {
private final @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 component1(): java.lang.String
public synthetic static method copy$default(p0: Box, p1: java.lang.String, p2: int, p3: java.lang.Object): Box
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String): Box
public method equals(p0: java.lang.Object): boolean
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public method hashCode(): int
public method toString(): java.lang.String
}
public final class SimpleMutableTopLevelKt {
private static @org.jetbrains.annotations.NotNull field pr: Box
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getPr(): Box
public final static method setPr(@org.jetbrains.annotations.NotNull p0: Box): void
}
@@ -0,0 +1,18 @@
public final class Box {
private final @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 component1(): java.lang.String
public synthetic static method copy$default(p0: Box, p1: java.lang.String, p2: int, p3: java.lang.Object): Box
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String): Box
public method equals(p0: java.lang.Object): boolean
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
public method hashCode(): int
public method toString(): java.lang.String
}
public final class SimpleTopLevelKt {
private final static @org.jetbrains.annotations.NotNull field foo: Box
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getFoo(): Box
}