summary refs log tree commit diff stats
path: root/tests/enum/tredefinition.nim
blob: 615ca6b1c464032a11885c42df5d962d5220fb08 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  cmd: '''nim check --hints:off $file'''
  action: reject
nimout: '''
tredefinition.nim(9, 25) Error: redefinition of 'Key_a'; previous declaration here: tredefinition.nim(9, 18)
'''
"""

type Key* = enum Key_A, Key_a