Files
Nim/tests/objects/tillegal_recursion.nim
2015-04-11 10:01:11 +02:00

8 lines
118 B
Nim

discard """
errormsg: "illegal recursion in type 'object'"
line: 7
"""
# bug #1691
type
Foo = ref object of Foo