blob: 503fad6a97752e548005dadb1edb28be9eedec7f [file] [log] [blame]
//file
class C {
private String s = "";
void foo() {
s = null;
}
}