BFergerson / JetBrains-Graql-Plugin

8 stars 0 forks source link

Undefined identifier declaration inspection #20

Closed BFergerson closed 6 years ago

BFergerson commented 6 years ago

The following should be marked invalid:

define

ref sub relationship
    relates has_ref, relates is_ref
    has start_offset #no declaration
    has end_offset; #no declaration
has_ref sub role;
is_ref sub role;