Skip to content

Commit

Permalink
Update .good for ambiguity
Browse files Browse the repository at this point in the history
This is effectively Case 2 in chapel-lang#19352.

---
Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
  • Loading branch information
mppf committed May 4, 2022
1 parent 5aa0adc commit 503798a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/classes/lydia/resolution-nested-method-outer-module.good
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
foo unmodified
Modified foo
Modified foo
foo unmodified
resolution-nested-method-outer-module.chpl:12: In function 'modifyIt':
resolution-nested-method-outer-module.chpl:17: error: ambiguous call 'foo.bar()'
resolution-nested-method-outer-module.chpl:5: note: candidates are: foo.bar()
resolution-nested-method-outer-module.chpl:18: note: foo.bar()
8 changes: 4 additions & 4 deletions test/classes/lydia/resolution-nested-method.good
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
foo unmodified
Modified foo
Modified foo
foo unmodified
resolution-nested-method.chpl:10: In function 'modifyIt':
resolution-nested-method.chpl:14: error: ambiguous call 'foo.bar()'
resolution-nested-method.chpl:5: note: candidates are: foo.bar()
resolution-nested-method.chpl:15: note: foo.bar()

0 comments on commit 503798a

Please sign in to comment.