import java.util.*; class First { private void doFirst(List<String> param) { } } private void doSecond() { do<caret>First(); } }