Anyone know what the @Suppress("keyword_here") key...
# javascript
g
Anyone know what the @Suppress("keyword_here") keyword is for dynamic variables that are implicitly cast to another type?
b
gbaldeck: 1. press
Alt+ Enter
when cursor on expression, 2. find “Implicit …” 3. press
right
4. select an option that is the best for you
In-short:
UnsafeCastFromDynamic
Btw, what do you think about this inspection? Is it useful or annoyed?
g
Ok thanks
Personally I find it annoying, reason being that every time I cast from dynamic to something else I'm very aware that casting is being done, so I don't need a warning telling me