summaryrefslogtreecommitdiff
path: root/src/ast/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r--src/ast/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp
index 9ad36515..5c0510fe 100644
--- a/src/ast/path.cpp
+++ b/src/ast/path.cpp
@@ -110,7 +110,7 @@ AST::Path::Path(const Path& x):
m_class = Class::make_Self({nodes: ent.nodes});
),
(Super,
- m_class = Class::make_Super({nodes: ent.nodes});
+ m_class = Class::make_Super({count: ent.count, nodes: ent.nodes});
),
(Absolute,
m_class = Class::make_Absolute({nodes: ent.nodes});