## Compiler version 3.1.0 ## Minimized code ```Scala def xa[T[x <: T[x]]] = () ``` ## Output ```scala Cyclic reference involving type T ``` ## Expectation Expected to work, as in Scala 2