https://kotlinlang.org logo
#intellij
Title
# intellij
m

mbonnin

10/05/2021, 2:34 PM
How do I disable the "parameter $foo is never used inspection"? I can disable "UnusedSymbol". But it doesn't look to affect parameters?
Copy code
fun test(a: String) {

  }
Parameter 'a' is never used
.
a

Alexey Belkov [JB]

10/05/2021, 3:13 PM
It's a compiler warning, so can't be disabled. Please vote for https://youtrack.jetbrains.com/issue/KT-8087
🙏 1
1
11 Views