Used code marked as unused 关注
With it being hard to tell what features should work, I'll just report
stuff and see what happens.
I'm using JUnit tests and I have an import that is marked as "unused"
but since I call "fail" in one spot, this isn't actually an unused import.
import org.junit.Assert._
Donald
请先登录再写评论。
I'm using IC-92.81 with the scala plugin nightly build from 2nd Dec (or somewhere around then) and import org.junit.Assert._ is shown as a used import.
There have been a lot of improvements on this recently so if you are using an old version, have a go using the new version (if possible).
Thanks, Nick.