blob: a33305951fe7d7c12fce3bc8d25517f5764e9453 [file] [log] [blame]
public enum A {
ONE("");
A(String s){}
}