Drop undocumented absolute name specification feature with 'package.'

This commit is contained in:
Alexander Udalov
2016-05-30 14:24:11 +03:00
parent 9f819b1c03
commit 1339286261
14 changed files with 22 additions and 64 deletions
-1
View File
@@ -122,7 +122,6 @@ atomicExpression
: loop
: SimpleName
: FieldName
: "package" // for the root package
;
labelReference
+1 -1
View File
@@ -36,7 +36,7 @@ selfType
*/
userType
: ("package" ".")? simpleUserType{"."}
: simpleUserType{"."}
;
simpleUserType