Fix a bug with javadoc comments followed by unicode escapes

The lexer was advancing to the next character and then reading the string
contents of the javadoc comment. It assumed that the next token
corresponded to exactly one character in the input stream, which isn't
true of unicode escapes.

PiperOrigin-RevId: 499989979
2 files changed
tree: ec7cef8edcce0056f41b3fc7541e0a83689c7678
  1. .github/
  2. .mvn/
  3. java/
  4. javatests/
  5. proto/
  6. .gitattributes
  7. .gitignore
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Turbine

Turbine is a header compiler for Java.