Files
kotlin/compiler/testData/codegen/light-analysis/reflection/genericSignature/genericBackingFieldSignature.txt

44 lines
1.7 KiB
Plaintext
Vendored

public final class GenericBackingFieldSignatureKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class TParam {
public method <init>(): void
}
public final class Test {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @org.jetbrains.annotations.Nullable field classField1: Z
private final @org.jetbrains.annotations.Nullable field classField2: Z
private final @org.jetbrains.annotations.Nullable field classField3: Zout
private final @org.jetbrains.annotations.Nullable field classField4: Zin
private final field constructorProperty: java.lang.Object
private final @org.jetbrains.annotations.Nullable field delegateLazy$delegate: kotlin.Lazy
private final @org.jetbrains.annotations.Nullable field delegateNotNull$delegate: kotlin.properties.ReadWriteProperty
public method <init>(p0: java.lang.Object): void
public final @org.jetbrains.annotations.Nullable method getClassField1(): Z
public final @org.jetbrains.annotations.Nullable method getClassField2(): Z
public final @org.jetbrains.annotations.Nullable method getClassField3(): Zout
public final @org.jetbrains.annotations.Nullable method getClassField4(): Zin
public final method getConstructorProperty(): java.lang.Object
public final @org.jetbrains.annotations.Nullable method getDelegateLazy(): Z
public final @org.jetbrains.annotations.Nullable method getDelegateNotNull(): Z
}
public final class Z {
public method <init>(): void
}
public final class Zin {
public method <init>(): void
}
public final class Zout {
public method <init>(): void
}