mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-28 10:09:20 +07:00
10 lines
120 B
Java
10 lines
120 B
Java
import java.util.List;
|
|
|
|
public class FooBar {
|
|
|
|
{
|
|
List<String> java;
|
|
java.addAl<caret>lll();
|
|
}
|
|
|
|
} |