IntelliJ is showing false positives on unused elem...
# intellij
n
IntelliJ is showing false positives on unused elements even though one can position the carrot on a unused element, press Ctrl+B, and find the location where the unused element is being used.
🥕 1
s
Correct me if I am wrong. ListItems doesn't looks like unused. AddItem and deleteItem vals look like unused assignments
n
Refer to the next thread.
s
If you are referring the extension function. It is probably that method doesn't use any fields or methods from the extended class
a
Thank you, created https://youtrack.jetbrains.com/issue/KT-39454. This is not reproduced in 1.4-M2 IDE plugin.
👍 1
n
Good to know. So this should mean that the issue won't be present by the time the stable version of the Kotlin 1.4 plugin arrives.