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
I have to admit the reporter was pretty stubborn at misreading the documentation in order to get there, and then trying once more, but anyways...
scala>classTextendsEql1|classTextendsEql|^|Cannot extend sealedtraitEql in a different source file
1|classTextendsEql|^^^|MissingtypeparameterforEql
scala>classTextendsEqlException in thread "main" java.lang.AssertionError: assertion failed: denotation module classinternal invalid in run 2. ValidFor:Period(1..4, run =3)
at dotty.DottyPredef$.assertFail(DottyPredef.scala:17)
at dotty.tools.dotc.core.Denotations$SingleDenotation.updateValidity(Denotations.scala:828)
The text was updated successfully, but these errors were encountered:
scala>classTextendsEql1|classTextendsEql|^|Cannot extend sealedtraitEql in a different source file
1|classTextendsEql|^^^|MissingtypeparameterforEql
scala>classTextendsEql1|classTextendsEql|^|Cannot extend sealedtraitEql in a different source file
stale symbol; module classrs$line$1$#2503 in module class<empty>, defined in Period(1..4, run =2), is referred to in run Period(1..1, run =3)
stale symbol; classT#3334 in module classrs$line$1$, defined in Period(1..4, run =2), is referred to in run Period(1..1, run =3)
1|classTextendsEql|^^^|MissingtypeparameterforEql
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 16, 2020
Otherwise, we will print the following in the REPL, which should not be the default.
stale symbol; module class rs$line$1$scala#2503 in module class <empty>, defined in Period(1..4, run = 2), is referred to in run Period(1..1, run = 3)
stale symbol; class T#3334 in module class rs$line$1$, defined in Period(1..4, run = 2), is referred to in run Period(1..1, run = 3)
I have to admit the reporter was pretty stubborn at misreading the documentation in order to get there, and then trying once more, but anyways...
The text was updated successfully, but these errors were encountered: