Description
The editor does not highlight (or check) missing types used in inlined rules.
For Example:
CONCEPT_ROOT (defined in a type system that is not available in the script) is not marked as a missing type for the inlined rule:
SENTENCE -> {
(CONCEPT_ROOT.isAttribute == false) {->ERR};
};