// "Permute arguments" "true-preview" public class S { public S(int i, String s){} void f() { new S("",1); } }