Root namespace in types and expressions
This commit is contained in:
@@ -95,6 +95,7 @@ atomicExpression
|
||||
: jump
|
||||
: loop
|
||||
: SimpleName
|
||||
: "namespace" // foo the root namespace
|
||||
;
|
||||
|
||||
literalConstant
|
||||
|
||||
@@ -14,7 +14,7 @@ type
|
||||
;
|
||||
|
||||
userType
|
||||
: simpleUserType{"."}
|
||||
: ("namespace" ".")? simpleUserType{"."}
|
||||
;
|
||||
|
||||
simpleUserType
|
||||
|
||||
Reference in New Issue
Block a user