fix ,@ error message
This commit is contained in:
@@ -325,7 +325,7 @@ class Helpers {
|
|||||||
case ListExp(elements):
|
case ListExp(elements):
|
||||||
elements;
|
elements;
|
||||||
default:
|
default:
|
||||||
throw CompileError.fromExp(l[idx], ",@ can only be used with lists");
|
throw CompileError.fromExp(listToInsert, ",@ can only be used with lists");
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
for (el in newElements) {
|
for (el in newElements) {
|
||||||
|
Reference in New Issue
Block a user