mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
@@ -1,9 +1,5 @@
|
||||
discard """
|
||||
cmd: "nim check $file"
|
||||
errormsg: "'type' is a keyword and cannot be used as a parameter name"
|
||||
nimout: '''
|
||||
tkeywordparam.nim(1, 13) Error: 'type' is a keyword and cannot be used as a parameter name
|
||||
'''
|
||||
"""
|
||||
|
||||
proc myproc(type: int) =
|
||||
|
||||
Reference in New Issue
Block a user