Files
kotlin-fork/compiler/testData/codegen/light-analysis/callableReference/property/genericProperty.txt
T
2016-12-11 21:03:05 +03:00

30 lines
1.8 KiB
Plaintext
Vendored

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 @synthetic.kotlin.jvm.GeneratedByJvmOverloads 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
}