IDEA-53346 Extra pair of parentheses when completing a constructor call

This commit is contained in:
peter
2010-04-06 20:10:40 +04:00
parent c0a1c3e661
commit d2086dc7f3
4 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
public class Foo {
String s = new Strin<caret>
}
@@ -0,0 +1,3 @@
public class Foo {
String s = new String(<caret>)
}