Bug #8060
Attributes image and syntax and static instances
Status:
New
Priority:
Normal
Assignee:
Andrei Tatarnikov
Category:
nML
Target version:
-
Start date:
04/13/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
The following construct is illegal:
image = slt(rd, X(0), rs).image
nML translator forces to write it like this:
image = format("%s", slt(rd, X(0), rs).image)
This is inconvenient and redundant.
Constructs like in the first example must be supported.