mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-27 15:20:19 +07:00
1c6857ec2d
GitOrigin-RevId: 89616c077ca5141db53b624ae08bc54b04d53cae
8 lines
169 B
Java
8 lines
169 B
Java
// "Create class 'MyCollection'" "true"
|
|
import java.util.*;
|
|
|
|
public class Test {
|
|
public void main() {
|
|
Collection c = new Test.My<caret>Collection(1);
|
|
}
|
|
} |