USELESS_HIDDEN_IMPORT diagnostic fixed for LAZY mode

This commit is contained in:
Andrey Breslav
2014-04-09 14:06:20 +04:00
parent a3638eacef
commit f0a29f190b
3 changed files with 11 additions and 1 deletions
@@ -0,0 +1,4 @@
import kotlin.Double
import <!USELESS_HIDDEN_IMPORT!>kotlin.List<!>
class List {}