like unused symbol: use psi element to determine profile to get severity from (IDEA-72411)

like unused symbol: can be error in editor
This commit is contained in:
anna
2011-07-26 13:37:16 +04:00
parent de80afcfdb
commit aae0232446
3 changed files with 50 additions and 1 deletions
@@ -0,0 +1,5 @@
public class Test {
public static void main(String[] args) {
int <error descr="Variable 'k' is never used">k</error> = 0;
}
}