d24ebf711b
#KT-16441 Fixed
24 lines
1.4 KiB
Plaintext
Vendored
24 lines
1.4 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
|
private final @org.jetbrains.annotations.NotNull field result$delegate: Delegate
|
|
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 getResult(): java.lang.String
|
|
public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Delegate {
|
|
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 @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 @org.jetbrains.annotations.NotNull method provideDelegate(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KProperty): Delegate
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class HostCheckKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|