@kotlin.Metadata
public final class test/InternalConstructor {
    // source: 'dataClassNonPublicConstructor.kt'
    public method <init>(p0: int): void
    public final method component1(): int
    public final @org.jetbrains.annotations.NotNull method copy$main(p0: int): test.InternalConstructor
    public synthetic static method copy$main$default(p0: test.InternalConstructor, p1: int, p2: int, p3: java.lang.Object): test.InternalConstructor
    public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
    public final method getX(): int
    public method hashCode(): int
    public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}
@kotlin.Metadata
public final class test/PrivateConstructor {
    // source: 'dataClassNonPublicConstructor.kt'
    public final method component1(): int
    public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
    public final method getX(): int
    public method hashCode(): int
    public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}