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