Files
kotlin-fork/compiler/testData/codegen/light-analysis/delegatedProperty/local/inlineGetValue.txt
T
2016-12-05 20:10:32 +03:00

10 lines
414 B
Plaintext
Vendored

public final class foo/Delegate {
public method <init>(): void
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 class foo/InlineGetValueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}