public final class A {
    private final field x: int
    public method <init>(): void
    public final method getX(): int
    public final @org.jetbrains.annotations.NotNull method x(): java.lang.String
}


public final class OverloadedFunVsValKt {
    private final static @org.jetbrains.annotations.NotNull field f1: kotlin.reflect.KProperty1
    private final static @org.jetbrains.annotations.NotNull field f2: kotlin.jvm.functions.Function1
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @org.jetbrains.annotations.NotNull method getF1(): kotlin.reflect.KProperty1
    public final static @org.jetbrains.annotations.NotNull method getF2(): kotlin.jvm.functions.Function1
}
