improved the docs and test cases

This commit is contained in:
James Strachan
2012-04-03 19:05:49 +01:00
parent ef3305ac96
commit 3ed819bfe1
4 changed files with 33 additions and 16 deletions
-1
View File
@@ -231,7 +231,6 @@ class CollectionTest {
}
test fun makeString() {
val data = arrayList("foo", "bar")
val text = data.makeString("-", "<", ">")