mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
basic completion tests -> community
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
public class Quetzalcoatl {
|
||||
private static int _foo;
|
||||
public static int _bar;
|
||||
public static int _goo;
|
||||
}
|
||||
|
||||
public class Beda {
|
||||
{
|
||||
Quetzalcoatl._<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user