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