Files
kotlin-fork/compiler/testData/codegen/light-analysis/labels/propertyAccessorObject.txt
T

10 lines
259 B
Plaintext
Vendored

public interface Base {
public abstract method foo(): int
}
public final class PropertyAccessorObjectKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method getGetter(p0: int): int
}