google-java-format
google-java-format copied to clipboard
Formatter crashes on unicode character in comment
Minimal reproduction case:
package com.company;
public class Bug {
// \u000D
}
The formatter fails with the following message:
error: expected token: '\'; generated } instead