diff options
Diffstat (limited to 'src/ast/expr.hpp')
-rw-r--r-- | src/ast/expr.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/expr.hpp b/src/ast/expr.hpp index 2d6016d7..30f1a2a9 100644 --- a/src/ast/expr.hpp +++ b/src/ast/expr.hpp @@ -37,6 +37,7 @@ public: void set_attrs(MetaItems&& mi) { m_attrs = mv$(mi); } + MetaItems& attrs() { return m_attrs; } TypeRef& get_res_type() { return m_res_type; } |