クラスまたはモジュールエイリアスの循環定義を報告します。

例:


class Foo = Bar
class Bar = Foo         # エラー: 循環定義