Skip to content

Commit 39e064e

Browse files
committed
1 parent 5a86ab5 commit 39e064e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

semantics/cpp/language/common/dynamic.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ module CPP-QUALID-SYNTAX
273273
imports CPP-QUALID-SORTS // self
274274
imports CPP-SORTS // CId, Name
275275

276-
syntax NNS ::= NoNNS()
277-
| NNS "::" NNSSpecifier [klabel(NestedName)]
276+
syntax NNS ::= NoNNS() [symbol]
277+
| NNS "::" NNSSpecifier [klabel(NestedName), symbol]
278278

279279
syntax NNSSpecifier ::= NNS(CId)
280280
| TemplateNNS(CId)

0 commit comments

Comments
 (0)