Closed
Description
This causes a stack overflow:
class Foo[A]
class Bar[CC[X] <: Foo[CC[X]]]
The reason why is explained in #943 (comment)
This causes a stack overflow:
class Foo[A]
class Bar[CC[X] <: Foo[CC[X]]]
The reason why is explained in #943 (comment)