blob: e7628d4c0d71c79e01afa47e9e5d53d541a88648 [file] [log] [blame]
public enum A {
ONE(1);
A(int i){}
}