blob: 8805129f7191bd01bcf4bfe9ce609c390fc21d8e [file] [log] [blame]
class Test {
void method(String l) {
l.substring(0);
}
}