This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-10 15:53:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
576ead2afec16632870554e926c4164ea7a23db7
kotlin
/
compiler
/
testData
/
codegen
/
box
/
casts
History
Dmitry Jemerov
bb1410b20a
generate more correct bytecode for casting Unit to other types
2015-03-25 17:51:04 +01:00
..
as.kt
…
asAny.kt
generate more correct bytecode for casting Unit to other types
2015-03-25 17:51:04 +01:00
asForConstants.kt
'As' function for constants
2013-12-17 15:00:30 +04:00
asSafe.kt
…
asSafeFail.kt
Fix safe call
2013-12-16 20:54:09 +04:00
asSafeForConstants.kt
'As' function for constants
2013-12-17 15:00:30 +04:00
asUnit.kt
generate more correct bytecode for casting Unit to other types
2015-03-25 17:51:04 +01:00
castGenericNull.kt
Fix codegen of as-casts for nullable generics
2013-02-06 17:54:28 +04:00
is.kt
…
lambdaToUnitCast.kt
generate more correct bytecode for casting Unit to other types
2015-03-25 17:51:04 +01:00
notIs.kt
…
unitNullableCast.kt
correctly generate safe casts from Unit type
2015-03-05 11:59:23 +01:00