QuickFix for USELESS_HIDDEN_IMPORT.

This commit is contained in:
Wojciech Lopata
2013-02-14 13:54:32 +01:00
committed by Andrey Breslav
parent 6cd8779126
commit 8fad23691f
4 changed files with 17 additions and 1 deletions
@@ -0,0 +1,4 @@
// "Remove useless import for 'jet.List'" "true"
import jet.Double
class List {}
@@ -0,0 +1,5 @@
// "Remove useless import for 'jet.List'" "true"
import jet.Double
import jet.List<caret>
class List {}