diff options
Diffstat (limited to 'test/pretty/resource/before/WithComments.java')
-rw-r--r-- | test/pretty/resource/before/WithComments.java | 5 |
1 files changed, 5 insertions, 0 deletions
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 |