Files
kotlin/compiler/testData/codegen/light-analysis/callableReference/property/invokePropertyReference.txt

16 lines
811 B
Plaintext
Vendored

public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMember(): java.lang.String
}
public final class InvokePropertyReferenceKt {
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getExt(@org.jetbrains.annotations.NotNull p0: A): java.lang.Object
public final static @org.jetbrains.annotations.NotNull method getState(): java.lang.String
public final static method getTopLevel(): int
public final static method setState(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final static method setTopLevel(p0: int): void
}