Files
2023-01-02 15:05:43 +00:00

12 lines
264 B
Java
Vendored

public final class C /* C*/ implements Tr {
private final int v;
@org.jetbrains.annotations.NotNull()
public java.lang.Integer foo();// foo()
@org.jetbrains.annotations.NotNull()
public java.lang.Integer getV();// getV()
public C();// .ctor()
}