blob: 57ca0439c9f27b4f23752cbce21a3661b2d5221f [file] [log] [blame]
// "Add constructor parameter" "true"
public enum MyEnum
{
VALUE_ONE;
private final int myFi<caret>eld;
}