mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
IDEA-71746 Please, enable completion of non initialized fields
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
class A {
|
||||
int aaa;
|
||||
int aab;
|
||||
A(int aac) {
|
||||
aaa = aac;<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user