Bumped into a path for a project that has a folder with "package" in the name 
and it causes a syntax error[1].   Shouldn't the import pathing be able to 
handle any folder name without keywords interfering with it?  At this time, 
just renaming the folder works to correct it.


Doesn't work:
import mypath.package.myview;

Works:
import mypath.packages.myview;


[1] Error: Syntax error: expecting identifier before package.


-Mark

Reply via email to