Removed USELESS_HIDDEN_IMPORT error for it cannot happen anymore

This commit is contained in:
Valentin Kipyatkov
2015-01-16 00:40:51 +03:00
parent 929d6b885d
commit 7ce3925d71
8 changed files with 16 additions and 55 deletions
@@ -1,4 +0,0 @@
// "Remove useless import for 'kotlin.List'" "true"
import kotlin.Double
class List {}
@@ -1,5 +0,0 @@
// "Remove useless import for 'kotlin.List'" "true"
import kotlin.Double
import kotlin.List<caret>
class List {}