Details
-
Bug
-
Status: Unresourced
-
Not specified
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hi
This compiles (given the folders exist)
IMPORT A;
{{ IMPORT B AS C;}}
This fails with error 'Error: Expected a single module with an alias'
IMPORT A,
B AS C;{{}}