mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
21 lines
341 B
Java
21 lines
341 B
Java
package ao;
|
|
|
|
class B {
|
|
int a = -1;
|
|
|
|
int b = -1;
|
|
|
|
String c = " ";
|
|
|
|
B(A paramA) {}
|
|
|
|
public boolean a() {
|
|
return (this.c == null || this.c.equals(" "));
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/B.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |