CIRCINIT

782

Circular initializer not allowed

The initializer that you specified has created a circular reference. The following is an example of a circular initializer:

method mychild
  p1, i4
  this(p1)
proc
endmethod