mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 15:31:28 +00:00
Fixes tenumitems test.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
line: 7
|
||||
errormsg: "type mismatch"
|
||||
errormsg: "expression 'items' cannot be called"
|
||||
"""
|
||||
|
||||
type a = enum b,c,d
|
||||
|
||||
Reference in New Issue
Block a user