summary refs log tree commit diff stats
path: root/tests/errmsgs/temptysetparam.nim
blob: 20763fedab69ccd9c037785a18a0cefcd3338bad (plain) (blame)
1
2
3
4
5
discard """
  errormsg: "cannot infer the type of parameter 'x'"
  line: 5
"""
proc a(x = {}) = discard