mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: df403c3335fff896717a869cb37cf5b474019873
6 lines
100 B
Java
6 lines
100 B
Java
// "Implement methods" "true-preview"
|
|
enum E {
|
|
<caret>A, B {};
|
|
|
|
public abstract int foo();
|
|
} |