Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/properties/getDelegate/notDelegatedProperty.txt
T
Alexander Udalov 78f2515e95 Introduce KProperty{0,1,2}.getDelegate
#KT-8384 In Progress
2017-01-23 12:25:35 +03:00

16 lines
638 B
Plaintext
Vendored

@kotlin.Metadata
public final class Foo {
private final field member: boolean
public method <init>(): void
public final method getMember(): boolean
public final method getMemberExtension(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
}
@kotlin.Metadata
public final class NotDelegatedPropertyKt {
private final static field topLevel: boolean
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getExtension(@org.jetbrains.annotations.NotNull p0: java.lang.String): boolean
public final static method getTopLevel(): boolean
}