Alex Tkachman
|
804e3769ff
|
remove some unnecessary !! from stdlib
|
2012-09-26 19:19:44 +02:00 |
|
Evgeny Gerashchenko
|
8e1323bb43
|
Replaced sure() invocations with '!!' operator in libraries written on Kotlin.
|
2012-09-17 18:00:21 +04:00 |
|
Svetlana Isakova
|
8b749084b5
|
library changes after collections mapping
|
2012-09-05 18:55:16 +04:00 |
|
James Strachan
|
ecbd4daefb
|
avoid unnecessary verbose type parameters now the type inferencer is better
|
2012-08-17 09:44:52 +01:00 |
|
Svetlana Isakova
|
ca6d7e643e
|
use kotlin Iterable/Iterator
instead of java Iterable/Iterator
in Kotlin code in library
|
2012-08-16 18:39:23 +04:00 |
|
James Strachan
|
1691298539
|
added test case to investigate KT-2495
|
2012-07-26 05:06:05 -04:00 |
|
James Strachan
|
3a4ed6a85f
|
for consistency, moved extension functions on iterator/iterable/collection to the kotlin package rather than being split across kotlin and kotlin.util. Once intrinsic collections are here we could consider moving the java.util extension functions into kotlin.java.util
|
2012-03-26 08:59:16 +01:00 |
|
James Strachan
|
5bcef67dfe
|
added test cases for KT-1619 and KT-1617
|
2012-03-20 12:03:54 +00: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 |
|