introduce: process parenthesis correctly

This commit is contained in:
unknown
2010-07-05 14:55:33 +04:00
committed by anna
parent f87d17b2a3
commit b9ca9a904c
4 changed files with 22 additions and 1 deletions
@@ -0,0 +1,5 @@
public class Introduce {
void foo(String str) {
<selection>((String)str)</selection>
}
}