mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +07:00
11 lines
133 B
Java
11 lines
133 B
Java
// "Create Enum Constant 'EEE'" "true"
|
|
class Other {
|
|
public Other() {
|
|
MyEnum eee = MyEnum.<caret>EEE;
|
|
}
|
|
}
|
|
|
|
enum MyEnum {
|
|
|
|
}
|