1 2 // 3 // Multi-line comment 4 // The second line 5 Was generating this output: 1 2 3 * Multi-line comment 4 * The second line 5 */ 6 Now correctly generates: 1 2 /* Multi-line comment 3 * The second line 4 */ 5