blob: 08488ba4557d9dc76f92f122a41148495a710d7f [file] [log] [blame]
class Test {
private String f = "";
void foo () {
f.substring(0);
}
}