Join Slack
Powered by
How to suppress 'unused type parameter' warning? B...
# getting-started
m
miha-x64
10/23/2017, 7:14 PM
How to suppress 'unused type parameter' warning? Both
UNUSED_VARIABLE
and
UNUSED_PARAMETER
not worked.
d
damian
10/23/2017, 7:33 PM
Does
@Suppress("unused")
work?
m
miha-x64
10/23/2017, 7:36 PM
Wow, such advice, much help! Thanks! I thought it works only in Java.
👍 1
p
peterholak
10/23/2017, 7:43 PM
When you press right arrow on the quick-fix item, it should show you the suppress options.
11
Views
Open in Slack
Previous
Next