January 10, 2004
I recently heard about Java's package protection and think it's a good idea
(only accessible by modules in the current package).
Having package the default protection for imports might fix up the import
conflict problem.
Perhaps instead of adding a package keyword, protected could be extended.