Actions
Bug #7218
closedextraneous input 'op' expecting ID
Start date:
05/18/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
2.5.1-beta-200127
Description
Example:
File1.nml:
// No text or op or something #include "File2.nml"
File2.nml:
op emptyyy() action = { }
Output:
File2.nml ERROR (PARSER): "File2.nml line extraneous input 'op' expecting ID"
Actions