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
20e36438e22da35b53dde99ee8a41b6d03631074
kotlin-fork
/
compiler
/
testData
/
codegen
/
boxWithStdlib
/
arrays
T
History
Alexander Udalov
20e36438e2
Move some tests from boxWithStdlib/ to box/
...
Move those tests which do not require neither stdlib nor reflect
2016-03-09 10:25:38 +03:00
..
arrayConstructorsSimple.kt
Added tests for stdlib Array constructors
2014-12-11 16:04:04 +03:00
indices.kt
Make Array.indices extension property, move to stdlib
2014-11-17 15:20:44 +03:00
indicesChar.kt
Make Array.indices extension property, move to stdlib
2014-11-17 15:20:44 +03:00
inProjectionOfList.kt
Cleanup deprecated symbol usages in testData
2016-01-22 05:54:38 +03:00
kt602.kt
Replace
is Array<T>
with
.isArrayOf<T>()
2015-10-14 18:36:53 +03:00
kt7009.kt
Fix deprecations in testData: arrayOf usages.
2015-09-19 04:32:56 +03:00
kt7338.kt
Replace
is Array<T>
with
.isArrayOf<T>()
2015-10-14 18:36:53 +03:00
multiArrayConstructors.kt
Added tests for stdlib Array constructors
2014-12-11 16:04:04 +03:00