Changes in src/AST/Expr.hpp [b3a0df6:bb87dd0]
- File:
-
- 1 edited
-
src/AST/Expr.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.hpp
rb3a0df6 rbb87dd0 112 112 113 113 bool hasSlots() const { return data.resnSlots; } 114 bool hasParams() const { return data.inferParams; }115 114 116 115 ResnSlots& resnSlots() {
Note:
See TracChangeset
for help on using the changeset viewer.