Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/workspace/Formatter/test205973/B_out.java')
-rw-r--r--org.eclipse.jdt.core.tests.model/workspace/Formatter/test205973/B_out.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.model/workspace/Formatter/test205973/B_out.java b/org.eclipse.jdt.core.tests.model/workspace/Formatter/test205973/B_out.java
index 4c112b86ab..0bd3177efd 100644
--- a/org.eclipse.jdt.core.tests.model/workspace/Formatter/test205973/B_out.java
+++ b/org.eclipse.jdt.core.tests.model/workspace/Formatter/test205973/B_out.java
@@ -114,6 +114,7 @@ public enum TinyEnum {
public enum SmallEnum {
VALUE(0);
+
SmallEnum(int val) {
};
}
@@ -128,6 +129,7 @@ public enum EnumConstants {
int getVal() { return 3; }
};
+
int getVal() { return 1; }
}

Back to the top