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 }