intellij-avro icon indicating copy to clipboard operation
intellij-avro copied to clipboard

Bad formatting when field name is a keyword

Open mwilbz opened this issue 7 years ago • 0 comments

This should be fixable with a parser update. Minimal example:

record MyRecord {
  date date;
}

mwilbz avatar Mar 29 '17 22:03 mwilbz