| /** | |
| * 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 --- | |
| } |