Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix another precendece fail
  • Loading branch information
sorear committed Jul 20, 2010
1 parent 9f72975 commit 1dc23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setting
Expand Up @@ -537,7 +537,7 @@ my class List is Cool {
$!value = EMPTY;
}
$!next = ListIterator.RAWCREATE("valid", 0, "next", Any,
"value", Any, "list", $!list, "index", $i+1);
"value", Any, "list", $!list, "index", ($i+1));
}
}
Expand Down

0 comments on commit 1dc23fa

Please sign in to comment.