summaryrefslogtreecommitdiff
path: root/src/ast/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r--src/ast/path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp
index bf0ff59a..3b2b9969 100644
--- a/src/ast/path.hpp
+++ b/src/ast/path.hpp
@@ -120,7 +120,7 @@ public:
::std::vector<PathNode> nodes;
} ),
(Super, struct { // Parent-relative
- unsigned int count;
+ unsigned int count; // Number of `super` keywords, must be >= 1
::std::vector<PathNode> nodes;
} ),
(Absolute, struct { // Absolute