mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
basic completion tests -> community
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
public class Aaa {
|
||||
String ggetAaa() {
|
||||
|
||||
}
|
||||
|
||||
void foo(int a, Object b) {
|
||||
|
||||
}
|
||||
|
||||
void save() {
|
||||
foo(239, ggetAaa()<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user