25 lines
960 B
Plaintext
Vendored
25 lines
960 B
Plaintext
Vendored
public interface A {
|
|
public abstract @org.jetbrains.annotations.NotNull method component1(): java.lang.Object
|
|
public abstract @org.jetbrains.annotations.NotNull method copy(p0: int): A
|
|
}
|
|
|
|
|
|
public final class B {
|
|
private final field x: int
|
|
public method <init>(p0: int): void
|
|
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.Integer
|
|
public synthetic method component1(): java.lang.Object
|
|
public synthetic static method copy$default(p0: B, p1: int, p2: int, p3: java.lang.Object): B
|
|
public synthetic method copy(p0: int): A
|
|
public final @org.jetbrains.annotations.NotNull method copy(p0: int): B
|
|
public method equals(p0: java.lang.Object): boolean
|
|
public final method getX(): int
|
|
public method hashCode(): int
|
|
public method toString(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Kt12708Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|