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
36,014
Commits
1
Branch
0
Tags
1957ac347aba1dc61baa1fb2cf5e1e4cd67cb9b8
Commit Graph
2 Commits
Author
SHA1
Message
Date
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
Dmitry Jemerov
bb1410b20a
generate more correct bytecode for casting Unit to other types
2015-03-25 17:51:04 +01:00