fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to call undeclared routine' error (#8786)

This commit is contained in:
Timothee Cour
2018-10-13 16:16:04 -07:00
committed by Andreas Rumpf
parent 8232bd04f9
commit eb946f37a7
10 changed files with 98 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
discard """
line: 7
errormsg: "attempting to call undeclared routine: 'items'"
errormsg: "attempting to call routine: 'items'"
"""
type a = enum b,c,d