IDEA-102817 Accept completion variants by closing parentheses/brackets

This commit is contained in:
peter
2013-03-11 11:44:06 +01:00
parent 6409f9f6a3
commit 7f31bbcbee
6 changed files with 18 additions and 4 deletions
@@ -0,0 +1,5 @@
class Bar {
int foo(Object o1, Object o2) {
return equals(o1)<caret>
}
}