// "Create field for parameter 'p1'" "true-preview" class Test{ int myP1; int myP2; private int myP3; void f(int p1, int p2){ myP3 = p1; int myP2 = p1; p1 = 0; } }