//Comments before a class class ManyComments { int x; //Comment 1 //Comment 2 //Comment 3 int y; }