mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 11:54:11 +00:00
require errormsg to be specified before file.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
discard """
|
||||
errormsg: "invalid order in array constructor"
|
||||
file: "tarraycons.nim"
|
||||
line: 14
|
||||
errormsg: "invalid order in array constructor"
|
||||
"""
|
||||
|
||||
type
|
||||
@@ -19,6 +19,3 @@ const
|
||||
]
|
||||
|
||||
echo myMapping[eC][1]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user