Hi guys, how to suppress `Condition is always 'true'`? I tried to use `@Suppress("SENSELESS_COMPARIS...
p
Hi guys, how to suppress
Condition is always 'true'
? I tried to use
@Suppress("SENSELESS_COMPARISON")
and
@SuppressWarnings('ConstantConditions')
but both are not working .
y
to suppress any warning, press Alt-Enter, then the right arrow key and select the necessary suppression option from the menu
315 Views