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
116e4a5ced8ea5199ce0e29fd88011868a9178ea
kotlin-fork
/
js
/
js.translator
/
testData
/
expression
/
cast
T
History
Alexey Andreev
7ff658414f
JS/RTTI: if it's known that
T <: X & Y
, where T is non-reified type variable, for each
a is T
check that
a is X && a is Y
2016-05-05 17:24:26 +03:00
..
_commonFiles
JS/RTTI: fixed cast to generic type parameter with upper bound different than Any
2016-05-05 17:24:18 +03:00
cases
JS/RTTI: if it's known that
T <: X & Y
, where T is non-reified type variable, for each
a is T
check that
a is X && a is Y
2016-05-05 17:24:26 +03:00