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
checking AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala after phase frontend
checking AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala after phase sbt-deps
checking AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala after phase posttyper
exception while typing this.eq of classclass dotty.tools.dotc.ast.Trees$Select#699
exception while typing this.eq(x$0.asInstanceOf[Object]) of classclass dotty.tools.dotc.ast.Trees$Apply#703
exception while typing this.eq(x$0.asInstanceOf[Object]).|| of classclass dotty.tools.dotc.ast.Trees$Select#704
exception while typing this.eq(x$0.asInstanceOf[Object]).||(
x$0match
{
case x$0@_: i1 @unchecked =>truecase _ =>false
}
) of classclass dotty.tools.dotc.ast.Trees$Apply#705
exception while typing overridedefequals(x$0: Any):Boolean=this.eq(x$0.asInstanceOf[Object]).||(
x$0match
{
case x$0@_: i1 @unchecked =>truecase _ =>false
}
) of classclass dotty.tools.dotc.ast.Trees$DefDef#709
exception while typing @scala.annotation.internal.SourceFile(
"AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala"
) caseclassi1() extendsAny() with _root_.scala.Product {
defcopy(): i1 =new i1()
overridedefhashCode():Int=1837737630overridedefequals(x$0: Any):Boolean=this.eq(x$0.asInstanceOf[Object]).||(
x$0match
{
case x$0@_: i1 @unchecked =>truecase _ =>false
}
)
overridedeftoString():String= scala.runtime.ScalaRunTime._toString(this)
overridedefcanEqual(that: Any):Boolean= that.isInstanceOf[i1 @unchecked]
overridedefproductArity:Int=0overridedefproductPrefix:String="i1"overridedefproductElement(n: Int):Any=
n match
{
case _ =>thrownewIndexOutOfBoundsException(n.toString())
}
} of classclass dotty.tools.dotc.ast.Trees$TypeDef#751
exception while typing package<empty> {
@scala.annotation.internal.SourceFile(
"AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala"
) caseclassi1() extendsAny() with _root_.scala.Product {
defcopy(): i1 =new i1()
overridedefhashCode():Int=1837737630overridedefequals(x$0: Any):Boolean=this.eq(x$0.asInstanceOf[Object]).||(
x$0match
{
case x$0@_: i1 @unchecked =>truecase _ =>false
}
)
overridedeftoString():String= scala.runtime.ScalaRunTime._toString(this)
overridedefcanEqual(that: Any):Boolean= that.isInstanceOf[i1 @unchecked]
overridedefproductArity:Int=0overridedefproductPrefix:String="i1"overridedefproductElement(n: Int):Any=
n match
{
case _ =>thrownewIndexOutOfBoundsException(n.toString())
}
}
finallazy module vali1: i1 =new i1()
@scala.annotation.internal.SourceFile(
"AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala"
) final module classi1() extendsObject() withFunction0[i1] {
this: i1.type=>defapply(): i1 =new i1()
defunapply(x$1: i1):Boolean=true
}
finallazy module valTest:Test=newTest()
@scala.annotation.internal.SourceFile(
"AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala"
) final module classTest() extendsObject() { this:Test.type=>deftest():Boolean= i1.apply().equals(i1.apply())
}
} of classclass dotty.tools.dotc.ast.Trees$PackageDef#766*** error while checking AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala after phase posttyper ***
exception occurred while compiling AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d.scala
Exception in thread "main" java.lang.AssertionError: assertion failed: symbols differ forthis.eq
was : method eq
alternatives by type: of types
qualifier type: i1(i1.this)
tree type: ((x$0: Object):Boolean)(i1.this.eq) of classclass dotty.tools.dotc.core.Types$CachedTermRef
at dotty.DottyPredef$.assertFail(DottyPredef.scala:38)
at dotty.tools.dotc.transform.TreeChecker$Checker.typedSelect(TreeChecker.scala:346)
at dotty.tools.dotc.typer.Typer.typedNamed$1(Typer.scala:1799)
at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:1868)
at dotty.tools.dotc.typer.ReTyper.typedUnadapted(ReTyper.scala:112)
at dotty.tools.dotc.transform.TreeChecker$Checker.typedUnadapted(TreeChecker.scala:282)
at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1900)
at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1912)
at dotty.tools.dotc.transform.TreeChecker$Checker.typed(TreeChecker.scala:270)
at dotty.tools.dotc.typer.Typer.typedExpr(Typer.scala:1976)
at dotty.tools.dotc.typer.Applications.realApply$1(Applications.scala:695)
at dotty.tools.dotc.typer.Applications.typedApply(Applications.scala:794)
at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:1818)
at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:1869)
at dotty.tools.dotc.typer.ReTyper.typedUnadapted(ReTyper.scala:112)
at dotty.tools.dotc.transform.TreeChecker$Checker.typedUnadapted(TreeChecker.scala:282)
at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1900)
at dotty.tools.dotc.typer.Typer.typed(Typer.scala:1912)
at dotty.tools.dotc.transform.TreeChecker$Checker.typed(TreeChecker.scala:270)
at dotty.tools.dotc.typer.ReTyper.typedSelect(ReTyper.scala:42)
AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d
The text was updated successfully, but these errors were encountered:
AE-3b3b6b8b578c2152ae06a6647f65684de4d4605d
The text was updated successfully, but these errors were encountered: