fix testdata formatting after smart enter (IDEA-105010)

This commit is contained in:
peter
2013-05-08 11:08:02 +02:00
parent cba3951a08
commit 88234b4e4a
5 changed files with 7 additions and 3 deletions
@@ -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>
}