Closed alvarohm closed 2 years ago
Madiel has identified an issue where the following specification
interface IVars{ const C1: real var v1 : real = C1 }
produces an error (C1 cannot be resolved), but similar declarations in a controller do not produce the same error.
This is caused by the implementation of variablesDeclared not covering Intefaces.
The solution has been committed and a pull request (#57) has been created.
Madiel has identified an issue where the following specification
produces an error (C1 cannot be resolved), but similar declarations in a controller do not produce the same error.