mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
23 lines
361 B
Java
23 lines
361 B
Java
package ac;
|
|
|
|
import java.io.OutputStream;
|
|
|
|
class AcInterfacePapa {
|
|
OutputStream a;
|
|
|
|
int b;
|
|
|
|
public int a() {
|
|
return this.b;
|
|
}
|
|
|
|
public OutputStream b() {
|
|
return this.a;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ac/p.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |