mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
basic completion tests -> community
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
class A extends Base{
|
||||
int _field;
|
||||
void _method(){}
|
||||
|
||||
void foo(){
|
||||
int _local1;
|
||||
int _local2;
|
||||
_<caret>
|
||||
int _local3;
|
||||
}
|
||||
}
|
||||
|
||||
class Base{
|
||||
void _baseMethod(){}
|
||||
int _baseField;
|
||||
|
||||
private void privateMethod(){}
|
||||
private int privateField;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user