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, 2 insertions, 0 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp
index 743934fe..23b4dc11 100644
--- a/src/ast/path.hpp
+++ b/src/ast/path.hpp
@@ -158,6 +158,8 @@ public:
// UFCS
struct TagUfcs {};
+ // TODO: Replace with "Path(TagUfcs, TypeRef, Path, PathNode)" and "Path(TagUfcs, TypeRef, PathNode)"
+ // - Making Class::UFCS.trait be a nullable Path pointer
Path(TagUfcs, TypeRef type, TypeRef trait, ::std::vector<PathNode> nodes={});
// VARIABLE