Files
tustu/app/ao/SelectionRange.java
2026-01-11 20:30:56 +00:00

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