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
7e528da00a4b4fdbf0fcf6625cfbd561f536fa02
kotlin-fork
/
libraries
/
stdlib
/
test
/
language
T
History
Ilya Gorbunov
f5f5a2dcc1
Move progression final element test to stdlib tests.
...
Less values are tested for iteration not to timeout in js tests.
2016-01-22 05:54:38 +03:00
..
main
added some more sample scripts which run - with return types
2012-03-18 10:09:00 +00:00
BitwiseOperationsTest.kt
Get rid of deprecated annotations and modifiers in stdlib (besides JS)
2015-09-18 10:14:28 +03:00
ProgressionLastElementTest.kt
Move progression final element test to stdlib tests.
2016-01-22 05:54:38 +03:00
RangeIterationJVMTest.kt
Drop Ranges, Progressions, ProgressionIterators for Double and Float.
2015-11-11 03:53:47 +03:00
RangeIterationTest.kt
Drop Progression<T> and its deprecated properties: start, end, increment.
2016-01-22 05:54:38 +03:00
RangeJVMTest.kt
Drop Progression<T> and its deprecated properties: start, end, increment.
2016-01-22 05:54:38 +03:00
RangeTest.kt
Primitive Companion objects do not longer implement IntegerConstants and FloatingPointConstants. All declarations moved inside companions.
2015-12-24 06:17:03 +03:00
StringExpressionExampleTest.kt
Deprecate join (use joinToString instead)
2015-10-08 17:48:33 +03:00