mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
fix testdata formatting after smart enter (IDEA-105010)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
public class Test {
|
||||
private String s
|
||||
|
||||
private String s<caret>
|
||||
|
||||
@Deprecated private String foo;
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
public class Test {
|
||||
|
||||
private String s;<caret>
|
||||
|
||||
@Deprecated private String foo;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
public class Test {
|
||||
private String s()
|
||||
|
||||
private String s()<caret>
|
||||
|
||||
@Deprecated private String foo;
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
public class Test {
|
||||
|
||||
private String s() {
|
||||
<caret>
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@ public class CompleteStatementTest extends EditorActionTestCase {
|
||||
public void testFieldWithInitializer() throws Exception { doTest(); }
|
||||
|
||||
public void testFieldBeforeAnnotation() throws Exception { doTest(); }
|
||||
public void _testMethodBeforeAnnotation() throws Exception { doTest(); }
|
||||
public void testMethodBeforeAnnotation() throws Exception { doTest(); }
|
||||
|
||||
public void testParenthesized() throws Exception { doTest(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user