mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 12:20:55 +07:00
13 lines
260 B
Java
13 lines
260 B
Java
class X {
|
|
|
|
Column[] c = new Column[]{
|
|
new RepositoryItem20ColumnBase()<caret>umnBase() {
|
|
void foo() {
|
|
}
|
|
}
|
|
};
|
|
|
|
private static abstract class RepositoryItem20ColumnBase extends Column { }
|
|
static class Column { }
|
|
}
|