AST: Introduce PackElementType

This commit is contained in:
Slava Pestov
2023-05-22 13:47:24 -04:00
parent 8f9a4cbdae
commit b2bc2c72ec
29 changed files with 274 additions and 4 deletions

View File

@@ -158,6 +158,7 @@ private:
NO_PRESERVABLE_STRUCTURE(Module)
NO_PRESERVABLE_STRUCTURE(Pack)
NO_PRESERVABLE_STRUCTURE(PackExpansion)
NO_PRESERVABLE_STRUCTURE(PackElement)
#undef NO_PRESERVABLE_STRUCTURE
// These types simply shouldn't appear in types that we generalize at all.