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
9b09d5f6dfe9456c1aba3d278ae39ea77e82909b
kotlin-fork
/
js
/
js.translator
/
testFiles
/
expression
T
History
Zalim Bashorov
9b09d5f6df
JS backend: fixed String.split for the case when using regexp.
...
Added(overload) String.split with limit parameter.
2013-08-09 14:29:51 +04:00
..
cast
/cases
JS backend: partial fix for #KT-2670 -- throw NPE when unsafe cast null value to not nullable type.
2013-07-23 19:10:54 +04:00
dollarParameter
/cases
added a little test case to see if using $ variables works in kotlin for JS generation (e.g. for angularjs support)
2012-08-22 16:17:40 +01:00
equals
/cases
JS backend: fixed wrong result when compare null and undefined using Kotlin.equals.
2013-07-18 16:04:42 +04:00
for
/cases
Updated test data and stdlib sources.
2013-02-13 18:08:37 +04:00
function
/cases
Added support spread operator in JS-Backend.
2013-06-15 00:52:02 +04:00
identifierClash
/cases
test case for KT-2356
2012-07-03 14:29:47 +01:00
invoke
/cases
added a test case for KT-2515
2012-07-25 04:05:28 -04:00
misc
/cases
Updated test data and stdlib sources.
2013-02-13 18:08:37 +04:00
string
/cases
JS backend: fixed String.split for the case when using regexp.
2013-08-09 14:29:51 +04:00
stringTemplates
/cases
removed bogus test case for KT-2355 which isn't an issue any more
2012-07-05 12:07:36 +01:00
toString
/cases
added a test case for KT-2507
2012-07-25 04:57:10 -04:00