title: InvalidDeclCycle layout: article

InvalidDeclCycle occurs when a declaration cycle is not valid.

Example:
 type S struct {
 	S
 }