Files
kotlin/compiler/testData/codegen/light-analysis/callableReference/bound/equals/reflectionReference.txt
2016-12-05 20:10:32 +03:00

25 lines
1.7 KiB
Plaintext
Vendored

public final class C {
private final field bar: int
public method <init>(): void
public final method foo(): void
public final method getBar(): int
}
public final class ReflectionReferenceKt {
private final static @org.jetbrains.annotations.NotNull field C_bar: kotlin.reflect.KProperty1
private final static @org.jetbrains.annotations.NotNull field C_barReflect: kotlin.reflect.KProperty1
private final static @org.jetbrains.annotations.NotNull field C_foo: kotlin.reflect.KFunction
private final static @org.jetbrains.annotations.NotNull field C_fooReflect: kotlin.reflect.KFunction
private final static @org.jetbrains.annotations.NotNull field cBar: kotlin.reflect.KProperty0
private final static @org.jetbrains.annotations.NotNull field cFoo: kotlin.reflect.KFunction
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getCBar(): kotlin.reflect.KProperty0
public final static @org.jetbrains.annotations.NotNull method getCFoo(): kotlin.reflect.KFunction
public final static @org.jetbrains.annotations.NotNull method getC_bar(): kotlin.reflect.KProperty1
public final static @org.jetbrains.annotations.NotNull method getC_barReflect(): kotlin.reflect.KProperty1
public final static @org.jetbrains.annotations.NotNull method getC_foo(): kotlin.reflect.KFunction
public final static @org.jetbrains.annotations.NotNull method getC_fooReflect(): kotlin.reflect.KFunction
public final static @org.jetbrains.annotations.NotNull method getClassName(@org.jetbrains.annotations.NotNull p0: java.lang.Object): java.lang.String
}