summaryrefslogtreecommitdiff
path: root/src/resolve/absolute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve/absolute.cpp')
-rw-r--r--src/resolve/absolute.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp
index ca7b0dfc..5137aca6 100644
--- a/src/resolve/absolute.cpp
+++ b/src/resolve/absolute.cpp
@@ -768,6 +768,9 @@ void Resolve_Absolute_Path(/*const*/ Context& context, const Span& sp, Context::
Resolve_Absolute_Path_BindUFCS(context, sp, mode, path);
)
)
+
+ // TODO: Expand default type parameters?
+ // - Helps with cases like PartialOrd<Self>, but hinders when the default is a hint (in expressions)
}
void Resolve_Absolute_Type(Context& context, TypeRef& type)