// "Create field for parameter 'p1'" "true" enum Test{ A;//comment private int myP1; void f(int p1){ myP1 = p1; } }