BFergerson / JetBrains-Graql-Plugin

8 stars 0 forks source link

Id is a keyword #17

Closed BFergerson closed 6 years ago

BFergerson commented 6 years ago

Doesn't recognize this is invalid:

define
node is-abstract sub entity
    has id
    has node_kind;

id sub attribute datatype string;