We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a86ab5 commit 39e064eCopy full SHA for 39e064e
1 file changed
semantics/cpp/language/common/dynamic.k
@@ -273,8 +273,8 @@ module CPP-QUALID-SYNTAX
273
imports CPP-QUALID-SORTS // self
274
imports CPP-SORTS // CId, Name
275
276
- syntax NNS ::= NoNNS()
277
- | NNS "::" NNSSpecifier [klabel(NestedName)]
+ syntax NNS ::= NoNNS() [symbol]
+ | NNS "::" NNSSpecifier [klabel(NestedName), symbol]
278
279
syntax NNSSpecifier ::= NNS(CId)
280
| TemplateNNS(CId)
0 commit comments