IDEA-25139: Proper caret placement for methods, if "next line" brace style is in use.

This commit is contained in:
Maxim Shafirov
2011-01-24 16:12:07 +03:00
parent f8e2733643
commit 1d80476b46
4 changed files with 26 additions and 1 deletions
@@ -0,0 +1,5 @@
class Foo {
@Test
public void testValueOf(<caret>)
}