diff options
Diffstat (limited to 'test/pretty/resource')
-rw-r--r-- | test/pretty/resource/after/WithComments.java | 5 | ||||
-rw-r--r-- | test/pretty/resource/before/WithComments.java | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/test/pretty/resource/after/WithComments.java b/test/pretty/resource/after/WithComments.java index e4f078aa..2919ba4c 100644 --- a/test/pretty/resource/after/WithComments.java +++ b/test/pretty/resource/after/WithComments.java @@ -1,3 +1,8 @@ +/* +Try out pretty comments. + */ +package test; + // Cool Comments public class WithComments { // Also inside the body diff --git a/test/pretty/resource/before/WithComments.java b/test/pretty/resource/before/WithComments.java index f75551ac..9eff2f98 100644 --- a/test/pretty/resource/before/WithComments.java +++ b/test/pretty/resource/before/WithComments.java @@ -1,3 +1,8 @@ +/* +Try out pretty comments. + */ +package test; + // Cool Comments public class WithComments { // Also inside the body |