This commit is contained in:
Dmitry Jemerov
2009-09-10 21:12:58 +04:00
parent 5c49d4d458
commit db3e3f17de
11 changed files with 6 additions and 0 deletions
@@ -0,0 +1,6 @@
public enum EnumConstant {
xxx("dddddd");
EnumConstant(String s){}
void foo() {
}
}