mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: d0fe646a573c0da8cee5e577d5497b1ff7138b29
8 lines
131 B
Java
8 lines
131 B
Java
enum E {
|
|
;
|
|
|
|
@Override
|
|
public String toString() {
|
|
<selection><caret>return super.toString();</selection>
|
|
}
|
|
} |