mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 02:51:25 -05:00
test_operations.coffee is now compiling successfully
This commit is contained in:
@@ -512,7 +512,7 @@
|
||||
// in multiple places, ensure that the function is only ever called once.
|
||||
compile_reference: function compile_reference(o) {
|
||||
var call, reference;
|
||||
reference = o.scope.free_variable();
|
||||
reference = new LiteralNode(o.scope.free_variable());
|
||||
call = new ParentheticalNode(new AssignNode(reference, this));
|
||||
return [call, reference];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user