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 */