Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
monticore
EmbeddedMontiArc
languages
MontiMath
Issues
#6
Closed
Open
Issue created
Feb 01, 2021
by
Andreas Wahlen
@cracksalad
Bug: variable names do not need to be unique
This is a "valid" code, but should be declined:
implementation Math {
Q a = 0;
Q a = 1;
}