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 822694d commit 1bff3bdCopy full SHA for 1bff3bd
internal/analysis/union_find.go
@@ -25,7 +25,8 @@ func (t *TVar) Resolve() Type {
25
return t
26
}
27
28
- // This bit doesn't change the behaviour but
+ // This bit doesn't change the behaviour but allows to return the path right away
29
+ // the next time we call Resolve()
30
t.resolution = resolved
31
32
return resolved
0 commit comments