Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/workspace/Formatter/test212867/D_out.java')
-rw-r--r--org.eclipse.jdt.core.tests.model/workspace/Formatter/test212867/D_out.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.model/workspace/Formatter/test212867/D_out.java b/org.eclipse.jdt.core.tests.model/workspace/Formatter/test212867/D_out.java
index b199a84fce..41838f98ce 100644
--- a/org.eclipse.jdt.core.tests.model/workspace/Formatter/test212867/D_out.java
+++ b/org.eclipse.jdt.core.tests.model/workspace/Formatter/test212867/D_out.java
@@ -43,7 +43,9 @@ class Example {
}
if (8 == 8) {
// comment
+
statement();
+
// comment
}
if (33 == 33) {
@@ -65,7 +67,9 @@ class Example {
}
if (88 == 88) {
/* comment */
+
statement();
+
/* comment */
}
for (int i = 0; i < 10; i++) {

Back to the top