mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
CompletionStyleTest -> community
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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 A foo(){
|
||||
return A.ONE;<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user