blob: d9ea3e6e3b0f1c90f1dc91607986df0d5ba5b72a [file]
@<error>()
public final class ValueClass /* pack.ValueClass*/ implements pack.Interface {
private final int value;
@java.lang.Override()
public void regularFunction();// regularFunction()
@org.jetbrains.annotations.NotNull()
public @org.jetbrains.annotations.NotNull() java.lang.String toString();// toString()
public boolean equals(@org.jetbrains.annotations.Nullable() @org.jetbrains.annotations.Nullable() java.lang.Object);// equals(@org.jetbrains.annotations.Nullable() java.lang.Object)
public int hashCode();// hashCode()
}