Use box tests to check if the light analysis mode (without analyzing bodies when possible) produces the same result as the complete analysis. See also the next commit in which light analysis mode is applied. Note that no tests were changed.
This commit is contained in:
committed by
Yan Zhulanow
parent
8bdb54929b
commit
328286ab14
+33
@@ -0,0 +1,33 @@
|
||||
public final class A {
|
||||
private field foo: int
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
private final method getFoo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AccessToPrivatePropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final field foo: int
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
private field foo: int
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
private field foo: int
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
private final method setFoo(p0: int): void
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class AccessToPrivateSetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class D {
|
||||
private field foo: int
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
public final method getFoo(): int
|
||||
private final method setFoo(p0: int): void
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
public final class ClassArtificialFieldInsideNestedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private final @org.jetbrains.annotations.NotNull field back: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getBack(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Your {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getYour(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class ClassFieldInsideLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class ClassFieldInsideLocalInSetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
public final method setMy(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
public final class ClassFieldInsideNestedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Your {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getYour(): java.lang.String
|
||||
}
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
public final class ClassObjectPropertiesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public final static field Companion: Test.Companion
|
||||
private final static field prop1: int
|
||||
private static field prop2: int
|
||||
private final static field prop3: int
|
||||
private static field prop4: int
|
||||
private static field prop5: int
|
||||
private static field prop7: int
|
||||
inner class Test/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Test/Companion {
|
||||
inner class Test/Companion
|
||||
private method <init>(): void
|
||||
public final method getProp1(): int
|
||||
public final method getProp2(): int
|
||||
public final method getProp3(): int
|
||||
public final method getProp4(): int
|
||||
public final method getProp5(): int
|
||||
public final method getProp7(): int
|
||||
public final method incProp4(): void
|
||||
private final method setProp2(p0: int): void
|
||||
public final method setProp4(p0: int): void
|
||||
public final method setProp5(p0: int): void
|
||||
public final method setProp7(p0: int): void
|
||||
}
|
||||
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
public final class ClassPrivateArtificialFieldInsideNestedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private final field back: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Your {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getYour(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
public final class OurTest {
|
||||
public method <init>(): void
|
||||
public final method contains(p0: java.lang.Object): boolean
|
||||
public method contains(p0: java.lang.String): boolean
|
||||
public final method indexOf(p0: java.lang.Object): int
|
||||
public method indexOf(p0: java.lang.String): int
|
||||
public final method lastIndexOf(p0: java.lang.Object): int
|
||||
public method lastIndexOf(p0: java.lang.String): int
|
||||
public final method remove(p0: int): java.lang.String
|
||||
public final method remove(p0: java.lang.Object): boolean
|
||||
public method remove(p0: java.lang.String): boolean
|
||||
public method removeAt(p0: int): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
public class A {
|
||||
private field isProp: int
|
||||
private final field valProp: int
|
||||
private field varProp: int
|
||||
public method <init>(): void
|
||||
public method getValProp(): int
|
||||
public method getVarProp(): int
|
||||
public method isProp(): int
|
||||
public method setProp(p0: int): void
|
||||
public method setVarProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final field valProp: int
|
||||
public method <init>(): void
|
||||
public method getValProp(): int
|
||||
public method getVarProp(): int
|
||||
public method isProp(): int
|
||||
public method setProp(p0: int): void
|
||||
public method setVarProp(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
public final class CompanionFieldInsideLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
public final static field Companion: My.Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
inner class My/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class My/Companion {
|
||||
inner class My/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
private final static field i1: int
|
||||
private final static field i2: int
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
public final method getI1(): int
|
||||
public final method getI2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public final static field Named: B.Named
|
||||
private final static field i1: int
|
||||
private final static field i2: int
|
||||
inner class B/Named
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class B/Named {
|
||||
inner class B/Named
|
||||
private method <init>(): void
|
||||
public final method getI1(): int
|
||||
public final method getI2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
public enum class Enoom {
|
||||
public final static field Companion: Enoom.Companion
|
||||
public final static @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field JVM_NAME: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Enoom/Companion
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): Enoom
|
||||
public static method values(): Enoom[]
|
||||
}
|
||||
|
||||
|
||||
public final static class Enoom/Companion {
|
||||
inner class Enoom/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Klass {
|
||||
public final static field Companion: Klass.Companion
|
||||
public final static @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field JVM_NAME: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Klass/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Klass/Companion {
|
||||
inner class Klass/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface Trait {
|
||||
public final static field Companion: Trait.Companion
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Trait/Companion
|
||||
}
|
||||
|
||||
|
||||
public final static class Trait/Companion {
|
||||
public final static @org.jetbrains.annotations.NotNull field NAME: java.lang.String
|
||||
inner class Trait/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class CompanionPrivateFieldKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
public final static field Companion: My.Companion
|
||||
private final static field my: java.lang.String
|
||||
inner class My/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class My/Companion {
|
||||
inner class My/Companion
|
||||
private method <init>(): void
|
||||
private final method getMy(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class CompanionPrivateFieldInsideLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
public final static field Companion: My.Companion
|
||||
private final static field my: java.lang.String
|
||||
inner class My/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class My/Companion {
|
||||
inner class My/Companion
|
||||
private method <init>(): void
|
||||
private final method getMy(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
public final class A {
|
||||
public final static field INSTANCE: A
|
||||
private final static field privateConst: int
|
||||
public final static field publicConst: int
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public final static field Companion: B.Companion
|
||||
private final static field privateConst: int
|
||||
protected final static field protectedConst: int
|
||||
public final static field publicConst: int
|
||||
inner class B/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class B/Companion {
|
||||
inner class B/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmName
|
||||
public final class XYZ {
|
||||
private final static field privateConst: int
|
||||
public final static field publicConst: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method check$default(p0: java.lang.Class, p1: boolean, p2: int, p3: java.lang.Object): void
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.Class, p1: boolean): void
|
||||
}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class A {
|
||||
public abstract method value(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ConstValInAnnotationDefaultKt {
|
||||
public final static @org.jetbrains.annotations.NotNull field z: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@A
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class InterfaceCompanionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface KInt {
|
||||
public final static field Companion: KInt.Companion
|
||||
public final static @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
||||
inner class KInt/Companion
|
||||
}
|
||||
|
||||
|
||||
public final static class KInt/Companion {
|
||||
public final static @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull field b: java.lang.String
|
||||
inner class KInt/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
public final class FieldKt {
|
||||
private static @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
public final static method setMy(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
public final class FieldInClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class My {
|
||||
private final @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
public final class FieldInsideFieldKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Your {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getYour(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public final class FieldInsideLambdaKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
public final class FieldInsideNestedKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field my: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public abstract class Your {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method getYour(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public final class FieldSimpleKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
public class As/A {
|
||||
private field backingField: int
|
||||
private final @org.jetbrains.annotations.NotNull field init: java.lang.String
|
||||
private final field privateProperty: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field property: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final method getBackingField(): int
|
||||
public @org.jetbrains.annotations.NotNull method getExt(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getExt(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getInit(): java.lang.String
|
||||
public final method getMyInc(p0: int): int
|
||||
public @org.jetbrains.annotations.NotNull method getPrivate(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
|
||||
public final method setBackingField(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public class As/B {
|
||||
private final @org.jetbrains.annotations.NotNull field property: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getOpenProperty(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getProperty(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getWithBackingFieldProperty(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class As/GeneralAccessKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field staticProperty: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getStaticExt(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getStaticProperty(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
public final class KotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
public final class Base {
|
||||
private field count: int
|
||||
public method <init>(): void
|
||||
public final method getCount(): int
|
||||
public final method setCount(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt10715Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
public final class IntentionsBundle {
|
||||
private final static field BUNDLE: java.lang.String
|
||||
public final static field Companion: IntentionsBundle.Companion
|
||||
inner class IntentionsBundle/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class IntentionsBundle/Companion {
|
||||
inner class IntentionsBundle/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method message(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method message2(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt10729Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
public final class Kt1159Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class RefreshQueue {
|
||||
public final static field INSTANCE: RefreshQueue
|
||||
private final static field any: java.lang.Object
|
||||
private final static field workerThread: java.lang.Thread
|
||||
private method <init>(): void
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
public final class Kt1165Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class PhysicalVirtualFile {
|
||||
public method <init>(): void
|
||||
public method getSize(): long
|
||||
}
|
||||
|
||||
|
||||
public abstract class VirtualFile {
|
||||
public method <init>(): void
|
||||
public abstract method getSize(): long
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
public abstract class BaseClass {
|
||||
private final @org.jetbrains.annotations.NotNull field kind2: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method debug(): java.lang.String
|
||||
protected abstract @org.jetbrains.annotations.NotNull method getKind(): java.lang.String
|
||||
protected @org.jetbrains.annotations.NotNull method getKind2(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1168Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Subclass {
|
||||
private final @org.jetbrains.annotations.NotNull field kind2: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field kind: java.lang.String
|
||||
public method <init>(): void
|
||||
protected @org.jetbrains.annotations.NotNull method getKind(): java.lang.String
|
||||
protected @org.jetbrains.annotations.NotNull method getKind2(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
public abstract class BaseClass {
|
||||
private final @org.jetbrains.annotations.NotNull field kind: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getKind(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getKindValue(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1170Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Subclass {
|
||||
private final @org.jetbrains.annotations.NotNull field kind: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getKind(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
public final class Kt12200Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ThingTemplate {
|
||||
private final field prop: int
|
||||
public method <init>(): void
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ThingVal {
|
||||
private final field prop: int
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: ThingTemplate): void
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ThingVar {
|
||||
private field prop: int
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: ThingTemplate): void
|
||||
public final method getProp(): int
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
public final class Kt12200ConstKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ThingTemplate {
|
||||
public final static field INSTANCE: ThingTemplate
|
||||
public final static field prop: int
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class ThingVal {
|
||||
private final field prop: int
|
||||
public method <init>(): void
|
||||
public final method getProp(): int
|
||||
}
|
||||
|
||||
|
||||
public final class ThingVar {
|
||||
private field prop: int
|
||||
public method <init>(): void
|
||||
public final method getProp(): int
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
public class Base {
|
||||
private final @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final method something(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1398Kt {
|
||||
public final static method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
public class pack/A {
|
||||
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 getValue(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class pack/B {
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class pack/Kt1417Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
public abstract class ClassValAbstract {
|
||||
public final static field Companion: ClassValAbstract.Companion
|
||||
private final static @org.jetbrains.annotations.NotNull field methods: java.lang.reflect.Method[]
|
||||
inner class ClassValAbstract/Companion
|
||||
public method <init>(): void
|
||||
public abstract method getA(): int
|
||||
public abstract method setA(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final static class ClassValAbstract/Companion {
|
||||
inner class ClassValAbstract/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMethods(): java.lang.reflect.Method[]
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1482_2279Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
public interface A {
|
||||
public abstract @org.jetbrains.annotations.Nullable method getMethod(): kotlin.jvm.functions.Function0
|
||||
public abstract @org.jetbrains.annotations.NotNull method getTest(): java.lang.Integer
|
||||
}
|
||||
|
||||
|
||||
public final class AImpl {
|
||||
private final @org.jetbrains.annotations.Nullable field method: kotlin.jvm.functions.Function0
|
||||
private final @org.jetbrains.annotations.NotNull field test: java.lang.Integer
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.Nullable method getMethod(): kotlin.jvm.functions.Function0
|
||||
public @org.jetbrains.annotations.NotNull method getTest(): java.lang.Integer
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1714Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
public interface A {
|
||||
public abstract method getV(): int
|
||||
}
|
||||
|
||||
|
||||
public final class AImpl {
|
||||
private final field v: int
|
||||
public method <init>(): void
|
||||
public method getV(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt1714_minimalKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
public final class Kt1892Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getExt(p0: int): kotlin.jvm.functions.Function0
|
||||
public final static method getExt(p0: long): long
|
||||
public final static method getY(): long
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
public final class Kt2331Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class P {
|
||||
private field x: int
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
public final method getX(): int
|
||||
private final method setX(p0: int): void
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
public final class A {
|
||||
private field t: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
public final method getT(): java.lang.Object
|
||||
public final method setT(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
private final field r: java.lang.Object
|
||||
public method <init>(p0: java.lang.Object): void
|
||||
public final method getR(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt257Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
public final class Kt2655Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleTextField {
|
||||
private field text2: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getText(): java.lang.String
|
||||
public method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public interface TextField {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getText(): java.lang.String
|
||||
public abstract method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class TextFieldWrapper {
|
||||
private synthetic final field $$delegate_0: TextField
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: TextField): void
|
||||
public @org.jetbrains.annotations.NotNull method getText(): java.lang.String
|
||||
public method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
public final class DelegateTest {
|
||||
private synthetic final field $$delegate_0: FooDelegate
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class FooDelegate {
|
||||
private final @org.jetbrains.annotations.NotNull field propertyTest: java.lang.String
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface FooTrait {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2786Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
public final method foo(): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt2892Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private final @org.jetbrains.annotations.NotNull field a: A
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): A
|
||||
private final method getB(): B
|
||||
public final method outer(): int
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
public final class testing/Kt3118Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class testing/Test {
|
||||
public method <init>(): void
|
||||
private final method getHello(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method sayHello(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
public final class Kt3524Kt {
|
||||
private final static @org.jetbrains.annotations.NotNull field i: java.lang.Object
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getI(): java.lang.Object
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
public final class Identifier {
|
||||
public final static field Companion: Identifier.Companion
|
||||
private field myNullable: boolean
|
||||
inner class Identifier/Companion
|
||||
public method <init>(): void
|
||||
public final method getValue(): boolean
|
||||
private final method setMyNullable(p0: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Identifier/Companion {
|
||||
inner class Identifier/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method init(p0: boolean): Identifier
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3551Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
public final class Kt3556Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.String
|
||||
private final method getB(): java.lang.String
|
||||
public final method outer(): int
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
public final class Bar {
|
||||
inner class Bar/Baz
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Bar/Baz {
|
||||
synthetic final field this$0: Bar
|
||||
inner class Bar/Baz
|
||||
public method <init>(p0: Bar): void
|
||||
public final method call(): void
|
||||
}
|
||||
|
||||
|
||||
public abstract class Foo {
|
||||
private field isOpen: boolean
|
||||
public method <init>(): void
|
||||
public final method isOpen(): boolean
|
||||
private final method setOpen(p0: boolean): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt3930Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
public final class Kt4140Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestObject {
|
||||
public final static field Companion: TestObject.Companion
|
||||
private static field prop: int
|
||||
inner class TestObject/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class TestObject/Companion {
|
||||
inner class TestObject/Companion
|
||||
private method <init>(): void
|
||||
public final method getProp(): int
|
||||
public final method setProp(p0: int): void
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
public final class CallbackBlock {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
|
||||
public final class Foo {
|
||||
public final static field Companion: Foo.Companion
|
||||
private static field bar: int
|
||||
inner class Foo/Companion
|
||||
public method <init>(): void
|
||||
public final method getBar(): int
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
private final method getBar(): int
|
||||
private final method setBar(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4252Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
public final class Foo {
|
||||
public final static field Companion: Foo.Companion
|
||||
private final @org.jetbrains.annotations.NotNull field a: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field b: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
||||
private static @org.jetbrains.annotations.NotNull field boo: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field c: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field d: java.lang.String
|
||||
inner class Foo/Companion
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getB(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getC(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getD(): java.lang.String
|
||||
public final method setB(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final method setD(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final static class Foo/Companion {
|
||||
inner class Foo/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getBoo(): java.lang.String
|
||||
public final method setBoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4252_2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
public final class A {
|
||||
private field result: int
|
||||
public method <init>(): void
|
||||
public final method getResult(): int
|
||||
private final method getTimes(p0: int): int
|
||||
private final method getTimes3(p0: int): int
|
||||
public final method setResult(p0: int): void
|
||||
private final method setTimes(p0: int, p1: int): void
|
||||
public final method test(p0: int): int
|
||||
public final method test2(p0: int, p1: int): int
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4340Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
public final class A {
|
||||
private synthetic final field $$delegate_0: Tr
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: Tr): void
|
||||
public @org.jetbrains.annotations.NotNull method getProp(): java.lang.Integer
|
||||
public synthetic method getProp(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4373Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method eat(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public interface Tr {
|
||||
public abstract method getProp(): java.lang.Object
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
public final class D {
|
||||
public method <init>(): void
|
||||
public final method getValue(@org.jetbrains.annotations.NotNull p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt4383Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class P {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
public final static field INSTANCE: P
|
||||
private final static @org.jetbrains.annotations.NotNull field u: kotlin.Unit
|
||||
private final static @org.jetbrains.annotations.NotNull field v$delegate: D
|
||||
private static @org.jetbrains.annotations.NotNull field w: kotlin.Unit
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getU(): kotlin.Unit
|
||||
public final @org.jetbrains.annotations.NotNull method getV(): kotlin.Unit
|
||||
public final @org.jetbrains.annotations.NotNull method getW(): kotlin.Unit
|
||||
public final method setW(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
public final class name/Kt613Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class name/Test {
|
||||
private field i: int
|
||||
private final field ten: long
|
||||
public method <init>(): void
|
||||
public final method getI(): int
|
||||
public final method getTen(): long
|
||||
public final method setI(p0: int): void
|
||||
public final method t(p0: long): int
|
||||
public final method tt(): int
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
public final class App {
|
||||
public final static field Companion: App.Companion
|
||||
private static @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
inner class App/Companion
|
||||
public method <init>(): void
|
||||
public final method init(): void
|
||||
}
|
||||
|
||||
|
||||
public final static class App/Companion {
|
||||
inner class App/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getS(): java.lang.String
|
||||
private final method setS(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class Kt8928Kt {
|
||||
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 prop: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
private final method setProp(p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Kt9603Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
private static field str: java.lang.String
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMyStr(): java.lang.String
|
||||
public final method setMyStr(): void
|
||||
}
|
||||
|
||||
|
||||
private final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
private final method getStr(): java.lang.String
|
||||
private final method setStr(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class AccessorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
private static field str: java.lang.String
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMyStr(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
private final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
private final method getStr(): java.lang.String
|
||||
private final method setStr(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class AccessorExceptionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
private field str: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMyStr(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class ExceptionFieldKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class A {
|
||||
public @org.jetbrains.annotations.NotNull field str: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
public final method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class ExceptionGetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
public final class A {
|
||||
public @org.jetbrains.annotations.NotNull field str: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMyStr(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
public final method setMyStr(): void
|
||||
public method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public interface Intf {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class OverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
public final class A {
|
||||
public @org.jetbrains.annotations.NotNull field str: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getMyStr(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
public method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public interface Intf {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class OverrideExceptionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class My {
|
||||
private @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
public final method init(): void
|
||||
private final method setX(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateSetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class My {
|
||||
private @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): java.lang.String
|
||||
public final method init(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): void
|
||||
private final method setX(p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivateSetterFromLambdaKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
public final class A {
|
||||
public @org.jetbrains.annotations.NotNull field str: java.lang.String
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getStr(): java.lang.String
|
||||
public final method setStr(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
|
||||
public final class SimpleVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
public final class A {
|
||||
private field privateField: java.lang.String
|
||||
protected @org.jetbrains.annotations.NotNull field protectedField: java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull field publicField: java.lang.String
|
||||
public method <init>(): void
|
||||
protected final @org.jetbrains.annotations.NotNull method getProtectedField(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getPublicField(): java.lang.String
|
||||
protected final method setProtectedField(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final method setPublicField(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class VisibilityKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class A {
|
||||
private field value: int
|
||||
public method <init>(p0: int): void
|
||||
public synthetic method getValue(): java.lang.Comparable
|
||||
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.Integer
|
||||
public method setValue(p0: int): void
|
||||
public synthetic method setValue(p0: java.lang.Comparable): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrimitiveOverrideDefaultAccessorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface R {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getValue(): java.lang.Comparable
|
||||
public abstract method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.Comparable): void
|
||||
}
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
public final class A {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private final @org.jetbrains.annotations.NotNull field value$delegate: Holder
|
||||
public method <init>(p0: int): void
|
||||
public synthetic method getValue(): java.lang.Comparable
|
||||
public @org.jetbrains.annotations.NotNull method getValue(): java.lang.Integer
|
||||
public method setValue(p0: int): void
|
||||
public synthetic method setValue(p0: java.lang.Comparable): void
|
||||
}
|
||||
|
||||
|
||||
public final class Holder {
|
||||
private field value: int
|
||||
public method <init>(p0: int): void
|
||||
public final method getValue(): int
|
||||
public final method getValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): int
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty, p2: int): void
|
||||
public final method setValue(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrimitiveOverrideDelegateAccessorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public interface R {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getValue(): java.lang.Comparable
|
||||
public abstract method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.Comparable): void
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class A {
|
||||
private final field x: java.lang.String
|
||||
private field y: double
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: double): void
|
||||
public final method foo(): void
|
||||
}
|
||||
|
||||
|
||||
public final class PrivatePropertyInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class PrivatePropertyWithoutBackingFieldKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final method foo(): void
|
||||
private final method getI(): int
|
||||
private final method setI(p0: int): void
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
public final class test/B {
|
||||
public method <init>(): void
|
||||
public final method bar(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class test/KotlinKt {
|
||||
public final static method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public final class z/KotlinExtender {
|
||||
public final static field INSTANCE: z.KotlinExtender
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class z/KotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method runSlowly(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
|
||||
}
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
public final class z/A {
|
||||
public final static field Companion: z.A.Companion
|
||||
public @kotlin.jvm.JvmField @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
inner class z/A/Companion
|
||||
public method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final static class z/A/Companion {
|
||||
inner class z/A/Companion
|
||||
private method <init>(): void
|
||||
public final @kotlin.jvm.JvmStatic @org.jetbrains.annotations.NotNull method test(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class z/KotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method runSlowly(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): java.lang.String
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.Nullable method bar(): java.lang.String
|
||||
public final @org.jetbrains.annotations.Nullable method foo(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Anno
|
||||
|
||||
|
||||
public final class TwoAnnotatedExtensionPropertiesWithoutBackingFieldsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private synthetic deprecated final static @Anno method foo$annotations(p0: int): void
|
||||
private synthetic deprecated final static @Anno method foo$annotations(p0: java.lang.String): void
|
||||
public final static method getFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
public final static method getFoo(p0: int): int
|
||||
}
|
||||
Reference in New Issue
Block a user