.list -> .toList

Fix #248.
This commit is contained in:
Bob Nystrom
2015-04-03 11:22:34 -07:00
parent 563a090865
commit 75a3051fae
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class Sequence {
return result
}
list {
toList {
var result = new List
for (element in this) {
result.add(element)