add () when completing class name in more cases

This commit is contained in:
peter
2011-01-25 19:28:58 +01:00
parent 69b1a7ad4f
commit 56ca617adb
6 changed files with 28 additions and 4 deletions
@@ -0,0 +1,11 @@
class Foo {
{
Zzoo l = new Zzoo()<caret>
}
}
class Zzoo {
void run();
class Impl implements Zzoo {}
}