Maxim Shafirov
|
15446e98b8
|
Fix tests failing after stdlib generation refactoring
|
2013-02-13 12:41:12 +04:00 |
|
Maxim Shafirov
|
620aae28d0
|
Collections standard library is now generated from templates.
|
2013-02-13 12:41:12 +04:00 |
|
Andrey Breslav
|
89fd0526cf
|
TupleN classes and their usages replaced by Pair and Triple
(KT-2358 Drop tuples)
#KT-2358 In Progress
|
2012-09-07 21:26:42 +04:00 |
|
James Strachan
|
1fba1ade13
|
work around for KT-2356
|
2012-07-03 14:29:40 +01:00 |
|
James Strachan
|
25bf753369
|
added test case for KT-2354
|
2012-07-03 13:55:49 +01:00 |
|
James Strachan
|
c6012f1fac
|
applied pull request with thanks https://github.com/JetBrains/kotlin/pull/46
|
2012-06-15 12:02:17 +01:00 |
|
James Strachan
|
939f0e9085
|
added drop(n) and dropWhile(predicates) for KT-2067 - also tail() now returns the usual idea of tail() - namely everything but the head - rather than just the last element. Finally added more test sample code to the kdoc
|
2012-05-23 09:35:16 +01:00 |
|
James Strachan
|
5b252aaf39
|
added sample comparator code and tidied up some test cases & converted them to the cleaner JUnit 4 style
|
2012-03-26 11:43:25 +01:00 |
|
James Strachan
|
7ef65c0099
|
moved the stdlib tests into the same directory as the stdlib, so it works a bit better with maven support in IDEA
|
2012-03-14 16:14:14 +00:00 |
|