clinical_quality_language
clinical_quality_language copied to clipboard
CQL parser NullPointerException: library 'Bug'
cql-to-elm: a library keyword followed by single quoted identifier (STRING) results in a NullPointerException
library 'Bug'
should give an error. maybe related to #726
This should give a better error message, marking this as a bug for resolution. The 'Bug'
is a string literal, not an identifier, so it is invalid syntax, but a NullPointerException is definitely not the right behavior.