We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14de15e commit 3a79e7aCopy full SHA for 3a79e7a
src/Draco.Compiler/Internal/Solver/ConstraintSolver_Rules.cs
@@ -193,7 +193,7 @@ private bool ApplyRulesOnce(DiagnosticBag diagnostics)
193
else
194
{
195
// Setter
196
- // We allocate a type var for the return type, but we don't care about it
+ // We allocate a type var for the return type, but we don't care about it as it's generally just void
197
var returnType = this.AllocateTypeVariable();
198
this.constraintStore.Add(new Overload(
199
locator: ConstraintLocator.Constraint(indexer),
0 commit comments