Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
It was #706 not 704
Browse files Browse the repository at this point in the history
  • Loading branch information
kiljacken committed Feb 26, 2016
1 parent 97773a9 commit 3ac8d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/inference.go
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ func (v *Inferrer) Finalize() {
}
}

// TODO: Bandaid for #704
// TODO: Bandaid for #706
for node := range v.Submodule.IterNodes() {
if varDecl, ok := node.(*VariableDecl); ok {
if varDecl.Assignment != nil {
Expand Down

0 comments on commit 3ac8d8c

Please sign in to comment.