mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-26 07:29:53 +07:00
0e1dd4d61b
GitOrigin-RevId: e7fea4d4b8c11d584d53bdf9450d4a29cfb19f6b
10 lines
195 B
Java
10 lines
195 B
Java
// "Create class 'MyCollection'" "true-preview"
|
|
import java.util.*;
|
|
|
|
class Test extends Foo {
|
|
public void main() {
|
|
Collection c = new Foo.My<caret>Collection(1);
|
|
}
|
|
}
|
|
|
|
class Foo {} |