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
a4031225d00e97935376051a168ed58e7541a756
kotlin-fork
/
libraries
/
stdlib
/
test
/
language
T
History
Evgeny Gerashchenko
a4031225d0
Changed usages of upto/downto in test to rangeTo and downTo, respectively.
...
#KT-2519 in progress
2012-08-08 14:48:04 +04:00
..
main
added some more sample scripts which run - with return types
2012-03-18 10:09:00 +00:00
scala
switched back to cleaner nested functions & used the same name
2012-03-17 16:38:50 +00:00
JavaClassTest.kt
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
NullableCollectionsTest.kt
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
RangeTest.kt
Changed usages of upto/downto in test to rangeTo and downTo, respectively.
2012-08-08 14:48:04 +04:00
StringExpressionExampleTest.kt
#KT-1675 Fixed, renaming join() -> makeString() and adding an appendString() which reduces the possible number of appendables being created
2012-04-02 20:01:24 +01:00