// "Bind constructor parameters to fields" "true-preview" class Xerxes { Xerxes(String s) { } Xerxes(int value) { } }