add () when completing class name in more cases

This commit is contained in:
peter
2011-01-25 17:16:29 +01:00
parent 69b1a7ad4f
commit 56ca617adb
6 changed files with 28 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ class Xxx {
private Xxx(String x) {
}
class Yyy {
static class Yyy {
}
}