typing re( shouldn't insert return

This commit is contained in:
peter
2012-02-07 17:02:33 +01:00
parent fc557e6442
commit 3cc6bdd92b
3 changed files with 12 additions and 0 deletions
@@ -1215,4 +1215,10 @@ class Foo {{
}
}
public void testReturnLParen() {
myFixture.configureByText 'a.java', 'class Foo { int foo() { <caret> }}'
type 're('
myFixture.checkResult 'class Foo { int foo() { re(<caret>) }}'
}
}