finishing completion with [ (IDEA-40461)

This commit is contained in:
peter
2011-03-08 18:00:37 +01:00
parent 24b5e9a888
commit 435b14a0ad
11 changed files with 61 additions and 8 deletions
@@ -0,0 +1,9 @@
class Foo {
int[] aaaa(int x){}
int[] aaab(){}
{
aaa<caret>
}
}