Collections standard library is now generated from templates.

This commit is contained in:
Maxim Shafirov
2013-02-12 18:49:29 +04:00
parent 324a39d10b
commit 620aae28d0
78 changed files with 3782 additions and 3890 deletions
-1
View File
@@ -351,7 +351,6 @@ class CollectionTest {
test fun lastException() {
fails { arrayList<Int>().last() }
fails { hashSet<Char>().last() }
}
test fun subscript() {