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