// "Bind constructor parameters to fields" "true-preview" class Bar { private int myi1; private int myi2; Bar(int i1, int i2, String i3) { } }