mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
basic completion tests -> community
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import java.util.List;
|
||||
|
||||
public class FooBar {
|
||||
|
||||
int a() {
|
||||
List<String> java;
|
||||
java.addAl<caret> lll();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user