Files
Nim/tests/errmsgs/t22996.nim
2023-11-29 10:35:50 +01:00

8 lines
127 B
Nim

discard """
errormsg: "invalid type: 'typedesc[string]' for const"
"""
# bug #22996
type MyObject = ref object
_ = string