Merge pull request #11132 from jrfondren/expand-amb-identifier-output

provide more useful ambiguous-identifier error output
This commit is contained in:
Andreas Rumpf
2019-05-08 17:54:53 +02:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
discard """
errormsg: "ambiguous identifier: 'range' -- use system.range or mrange.range"
line: 13
errormsg: "ambiguous identifier: 'range' -- use one of the following:"
line: "13"
"""
import mrange