Interesting that in JS the common type of Int and ...
# announcements
i
Interesting that in JS the common type of Int and Double is
Number
, and IDE still thinks it should be inferred to
Any
, though compiler infers
Number
correctly