blob: 2d8bc97fe56558e67b0f1d143a1ca77a43d4b306 [file] [log] [blame]
/**
* This comment starts at position 0 and gets wrapped at position 80 -----------
* - -
*/
public class Test {
/**
* This comments start at position 4 and gets wrapped at position 84! ----------
* - -
*/
public int val; // This comment starts at position 20 and can go all the way to position 100 ---
}