aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/WithComments.java
blob: 2919ba4cbd91b5823d2096c3f72a33c0c4d31d6a (plain)
1
2
3
4
5
6
7
8
9
10
/*
Try out pretty comments.
 */
package test;

// Cool Comments
public class WithComments {
	// Also inside the body
// On start of line
}