Join Slack
Powered by
I’m trying to find the valid values I can pass to ...
# android
n
nickk
01/23/2018, 11:28 AM
I’m trying to find the valid values I can pass to
@Suppress
. Is there a list somewhere?
k
kingsley
01/23/2018, 2:16 PM
What are you trying to suppress? Hover over it. The IDE will tell you the ID of that error/warning that you can then pass to the
@Suppress
n
nickk
01/23/2018, 2:30 PM
I wanted to suppress an UNUSED_VARIABLE. Then I wondered what else is a valid value for
Suppress
, and attempted to find a list in the docs. But I haven’t found one yet.
4
Views
Open in Slack
Previous
Next