BFergerson / JetBrains-Graql-Plugin

8 stars 0 forks source link

Role is never played inspection #27

Closed BFergerson closed 6 years ago

BFergerson commented 6 years ago

Both roles here have relates but no plays:

variable_declaration sub relationship
    relates has_variable_declaration, relates is_variable_declaration;
has_variable_declaration sub role;
is_variable_declaration sub role;