mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
CompletionStyleTest -> community
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class A{
|
||||
public static final A ONE = new A();
|
||||
public static final A TWO = new A();
|
||||
public static final A THREE = new A();
|
||||
}
|
||||
|
||||
class B{
|
||||
|
||||
static void foo(){}
|
||||
{
|
||||
A a = <caret>B.foo();'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user