// "Create constant field 'constant'" "true-preview" class A { private static final int constant = ; void x(int i) { switch (i) { case constant: } } }