mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
typing re( shouldn't insert return
This commit is contained in:
@@ -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>) }}'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user