mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 05:18:02 +07:00
5 lines
123 B
Java
5 lines
123 B
Java
package foo.bar;
|
|
|
|
public class Service implements java.util.RandomAccess {
|
|
private static class Impl extends Service {}
|
|
} |