KT-960 import namespace should give unresolved reference

This commit is contained in:
Nikolay Krasko
2012-01-11 13:55:20 +04:00
parent a520fe9762
commit 0573efa6fb
2 changed files with 72 additions and 25 deletions
@@ -0,0 +1,8 @@
// KT-960 import namespace should give unresolved reference
package some
import java.<error>util</error>
class Test {
}