summary refs log tree commit diff stats
path: root/tests/enum/tenum_invalid.nim
blob: 8ae0a10574a7701a928250e77c4fab8b0e1f998f (plain) (blame)
1
2
3
4
5
6
7
8
discard """
cmd: "nim check $file"
"""

type
  Test = enum
    A = 9.0 #[tt.Error
        ^ ordinal type expected; given: float]#