public final class A {
    private field baz: int
    public method <init>(p0: int): void
    public final method getBaz(): int
    public final @org.jetbrains.annotations.NotNull method getQuux(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
    public final method setBaz(p0: int): void
    public final method setQuux(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}


public final class AccessorNamesKt {
    private static @org.jetbrains.annotations.NotNull field foo: java.lang.String
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @org.jetbrains.annotations.NotNull method getBar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
    public final static @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
    public final static method setBar(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
    public final static method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
