blob: b2d59c1303dcf2f62d878bd396bcb109ca483fec [file] [log] [blame]
class Test {
private void foo(String i) {
int p = i[0];
}
}