mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 07:15:01 +07:00
- added test - the main logic was implemented in IDEA-356672 GitOrigin-RevId: cea8a71db91527ae175da2060c65423dec740b46
5 lines
74 B
Java
5 lines
74 B
Java
import java.util.*;
|
|
|
|
void main() {
|
|
List<String> a = new ArrayList<>();
|
|
} |