do not report unused imports for files with disabled highlighting (IDEA-76478)

This commit is contained in:
anna
2011-11-13 18:45:22 +01:00
parent c2f6991ffd
commit 7174066876
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import javax.swing.JComponent;
class Test{
JComponent component;
}