forbid import of functions and properties from objects

This commit is contained in:
svtk
2012-01-12 18:39:25 +04:00
parent 5cb15c6e48
commit 390eb0cde3
5 changed files with 76 additions and 64 deletions
@@ -1,8 +0,0 @@
// KT-960 import namespace should give unresolved reference
package some
import java.<error>util</error>
class Test {
}