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
6f56079f7ea01b05249b782db48cf6886de937fa
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
expression
/
cast
T
History
Alexey Andreev
b21f906856
JS: add tests to prove that compiler does not optimize RTTI and safe calls based on type information. Remove corresponding optimization for !! operation. See KT-14033
2016-12-15 19:05:33 +03:00
..
_common.kt
…
castExtensionToKMutableProperty.kt
…
castExtensionToKProperty1.kt
…
castToAny.kt
…
castToArray.kt
…
castToFunction.kt
…
castToGenericType.kt
…
castToGenericTypeWithMultipleUpperBounds.kt
…
castToGenericTypeWithUpperBound.kt
…
castToKMutableProperty0.kt
…
castToKMutableProperty1.kt
…
castToKProperty0.kt
…
castToKProperty1.kt
…
castToNotNull.kt
…
castToNullable.kt
…
explicitUpcast.js
JS: add tests to prove that compiler does not optimize RTTI and safe calls based on type information. Remove corresponding optimization for !! operation. See KT-14033
2016-12-15 19:05:33 +03:00
explicitUpcast.kt
JS: add tests to prove that compiler does not optimize RTTI and safe calls based on type information. Remove corresponding optimization for !! operation. See KT-14033
2016-12-15 19:05:33 +03:00
implicitCastToLong.kt
…
primitiveToClass.kt
…
reifiedToNotNull.kt
…
reifiedToNullable1.kt
…
reifiedToNullable2.kt
…
safeCastToGenericTypeWithUpperBound.kt
…
safeCastToNotNull.kt
…
safeCastToNullable.kt
…
safeCastToReifiedNotNull.kt
…
safeCastToReifiedNullable.kt
…
smartCastInExtensionFunction.kt
…
smartCastInFunction.kt
…