KT-762 Wrong highlighting in imports (No errors reported on unresolved imports)

This commit is contained in:
Andrey Breslav
2011-12-07 17:26:28 +04:00
parent 6e7082ca5e
commit 40937e438b
3 changed files with 119 additions and 79 deletions
@@ -0,0 +1,4 @@
//KT-762 Wrong highlighting in imports (No errors reported on unresolved imports)
import <!UNRESOLVED_REFERENCE!>aaa<!> // must be an error
fun main(args : Array<String>) {}