This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7e93494e2fdddc7da99c4a8491ec84c19a3dbb11
kotlin-fork
/
testlib
/
test
T
History
James Strachan
7e93494e2f
renamed the sort() methods on Iterable which create a new List and sort that as "toSortedList()" instead which is more accurate.
2011-12-18 08:15:39 +00:00
..
CollectionApiCheck.kt
renamed the sort() methods on Iterable which create a new List and sort that as "toSortedList()" instead which is more accurate.
2011-12-18 08:15:39 +00:00
CollectionTest.kt
first cut of the collection methods in the standard library in
http://confluence.jetbrains.net/display/JET/Standard+Library
along with a little testlib to test them. Still a few TODO things and tidy up (and am sure a few more methods could be very handy too) but its getting Kool :)
2011-12-18 07:17:38 +00:00
ListTest.kt
first cut of the collection methods in the standard library in
http://confluence.jetbrains.net/display/JET/Standard+Library
along with a little testlib to test them. Still a few TODO things and tidy up (and am sure a few more methods could be very handy too) but its getting Kool :)
2011-12-18 07:17:38 +00:00
SetTest.kt
first cut of the collection methods in the standard library in
http://confluence.jetbrains.net/display/JET/Standard+Library
along with a little testlib to test them. Still a few TODO things and tidy up (and am sure a few more methods could be very handy too) but its getting Kool :)
2011-12-18 07:17:38 +00:00