mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-18 02:07:02 +07:00
10 lines
187 B
Java
10 lines
187 B
Java
// "Create class 'MyCollection'" "true"
|
|
import java.util.*;
|
|
|
|
class Test extends Foo {
|
|
public void main() {
|
|
Collection c = new Foo.My<caret>Collection(1);
|
|
}
|
|
}
|
|
|
|
class Foo {} |