We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611b8bb commit f4ebabbCopy full SHA for f4ebabb
tests/errmsgs/tkeywordparam.nim
@@ -1,9 +1,5 @@
1
discard """
2
-cmd: "nim check $file"
3
errormsg: "'type' is a keyword and cannot be used as a parameter name"
4
-nimout: '''
5
-tkeywordparam.nim(1, 13) Error: 'type' is a keyword and cannot be used as a parameter name
6
-'''
7
"""
8
9
proc myproc(type: int) =
0 commit comments