You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sbt "run examples/infpaths3.scala"
[error] examples/infpaths3.scala:5: error: illegal cyclic reference: upper bound T.this.g.N of type M refers back to the type itself
[error] type M <: t.g.N
[error] ^
but after outputting this, dotty runs into an infinite loop.
The text was updated successfully, but these errors were encountered:
Converting #161 (comment) into an issue so that it doesn't get lost:
Here's a example involving infinite paths which does not yet work:
It detects a cycle and outputs
but after outputting this, dotty runs into an infinite loop.
The text was updated successfully, but these errors were encountered: