Removed USELESS_HIDDEN_IMPORT error for it cannot happen anymore
This commit is contained in:
@@ -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 {}
|
||||
Reference in New Issue
Block a user