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
6ea6e4ab9852399cf627444b55d83e2ff6d744b4
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
standardClasses
T
History
Alexey Andreev
66c78be10f
JS: don't optimize RTTI when possible, i.e. don't remove
is
and
as
when object is known at compile time to have type in RHS of expression. Substitute kotlin.Any with Object. Fix #KT-7665, #KT-7664
2016-11-25 14:08:13 +03:00
..
any.kt
JS: don't optimize RTTI when possible, i.e. don't remove
is
and
as
when object is known at compile time to have type in RHS of expression. Substitute kotlin.Any with Object. Fix #KT-7665, #KT-7664
2016-11-25 14:08:13 +03:00
array.kt
…
arrayAccess.kt
…
arrayConstructorsWithLambda.kt
…
arrayFactoryMethods.kt
…
arrayFunctionConstructor.kt
…
arrayIsFilledWithNulls.kt
…
arraysIterator.kt
…
arraySize.kt
…
hashMapTypeOfElement.kt
Remove 'import java.util' from js tests.
2016-10-03 17:25:26 +03:00
hashSetTypeOfElement.kt
Remove 'import java.util' from js tests.
2016-10-03 17:25:26 +03:00
mutableMapRemoveWithCollision.kt
…
stringBuilder.kt
…