Files

10 lines
124 B
Java

class Test {
public static final String xxx = "5";
void print(Stirng s) {
}
void foo() {
print(xxx);
}
}