// "Create Field For Parameter 'p1'" "true" class Test{ private String myP1; void f(T p1){ myP1 = p1; } }