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