mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
8 lines
60 B
Java
8 lines
60 B
Java
public enum Foo {
|
|
|
|
newName(69);
|
|
|
|
Foo(int bar)
|
|
{
|
|
}
|
|
}; |