IDEA-71746 Please, enable completion of non initialized fields

This commit is contained in:
peter
2011-09-19 19:38:07 +02:00
parent f0a3984969
commit 184dff3cc2
6 changed files with 23 additions and 13 deletions
@@ -1,8 +0,0 @@
class A {
int aaa;
int aab;
A(int aac) {
aaa = aac;<caret>
}
}