| public final class A /* p.A*/ { |
| private final int y; |
| |
| @org.jetbrains.annotations.NotNull() |
| public @org.jetbrains.annotations.NotNull() java.lang.String toString();// toString() |
| |
| public A(int);// .ctor(int) |
| |
| public boolean equals(@org.jetbrains.annotations.Nullable() @org.jetbrains.annotations.Nullable() java.lang.Object);// equals(@org.jetbrains.annotations.Nullable() java.lang.Object) |
| |
| public final int component1();// component1() |
| |
| public final int getY();// getY() |
| |
| public int hashCode();// hashCode() |
| } |