@kotlin.Metadata
public final class Bar {
    private final @org.jetbrains.annotations.NotNull field name: java.lang.String
    public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
    public final @org.jetbrains.annotations.NotNull method getName(): java.lang.String
}

@kotlin.Metadata
public final class CopyInObjectNestedDataClassKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}

@kotlin.Metadata
public abstract class Foo {
    public method <init>(): void
    public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
