aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/before/WithComments.java
blob: 9eff2f98ee41030d940a197cf5fedac895d39462 (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
}