Opened 11 years ago
Closed 11 years ago
#2581 closed defect (invalid)
model gets wrongly rejected by the lexer
Reported by: | Lennart Ochel | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description
The following model should pass the lexer:
model foo parameter String s3(start="three"); end foo;
Output
Error processing file: foo.mos [foo.mos:4:35-4:35:writable] Error: Missing token: EQUALS # Error encountered! Exiting... # Please check the error message and the flags. Execution failed!
Note:
See TracTickets
for help on using tickets.