Files
lombok/test/pretty/resource/before/WithComments.java
T

11 lines
139 B
Java

/*
Try out pretty comments.
*/
package test;
// Cool Comments
public class WithComments {
// Also inside the body
// On start of line
}