Can you try with falcon?

Sent from my LG G3, an AT&T 4G LTE smartphone

------ Original message------
From: Kessler CTR Mark J
Date: Wed, Jun 1, 2016 4:38 AM
To: '[email protected]';
Subject:Package keyword and import class

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