blob: fd502663b7f21c77762afe12bc3502862d3e7d08 [file] [log] [blame]
// "Replace with list access" "true"
import java.util.ArrayList;
class A {
void test(ArrayList<Integer> list) {
lis<caret>t[0] = 5;
}
}