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
e207b560097274be40ab29cd6db7befc9fc94c5a
kotlin-fork
/
js
/
js.translator
/
testData
/
reified
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 is-check on nullable reified parameters
2016-05-05 17:24:09 +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