Drop undocumented absolute name specification feature with 'package.'
This commit is contained in:
@@ -122,7 +122,6 @@ atomicExpression
|
||||
: loop
|
||||
: SimpleName
|
||||
: FieldName
|
||||
: "package" // for the root package
|
||||
;
|
||||
|
||||
labelReference
|
||||
|
||||
@@ -36,7 +36,7 @@ selfType
|
||||
*/
|
||||
|
||||
userType
|
||||
: ("package" ".")? simpleUserType{"."}
|
||||
: simpleUserType{"."}
|
||||
;
|
||||
|
||||
simpleUserType
|
||||
|
||||
Reference in New Issue
Block a user