mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-27 18:23:35 +07:00
1c6857ec2d
GitOrigin-RevId: 89616c077ca5141db53b624ae08bc54b04d53cae
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 {} |