summary refs log tree commit diff stats
path: root/tests/objects/tillegal_recursion.nim
blob: 2221391016ccd1e24b3b653ec91434a4fc84a843 (plain) (blame)
1
2
3
4
5
6
7
discard """
  errormsg: "inheritance only works with non-final objects"
  line: 7
"""
# bug #1691
type
  Foo = ref object of Foo