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
scala>deff:Int= implicitly // as seen on scala 94271|deff:Int= implicitly
|^|no implicit argument of typeT was found for parameter ev of method implicitly in objectDottyPredef
scala>deff=implicitly: IntException in thread "main" java.lang.StackOverflowError
Stack trace
scala>deff=implicitly: IntException in thread "main" java.lang.StackOverflowError
at dotty.tools.dotc.core.Flags$given_bits_of_FlagSet$.is(Flags.scala:68)
at dotty.tools.dotc.core.SymDenotations$SymDenotation.is(SymDenotations.scala:207)
at dotty.tools.dotc.core.SymDenotations$SymDenotation.isAbsent(SymDenotations.scala:574)
at dotty.tools.dotc.core.SymDenotations$ClassDenotation.derivesFrom(SymDenotations.scala:1667)
at dotty.tools.dotc.core.Annotations$Annotation.matches(Annotations.scala:22)
at dotty.tools.dotc.core.SymDenotations$SymDenotation.dropOtherAnnotations(SymDenotations.scala:369)
at dotty.tools.dotc.core.SymDenotations$SymDenotation.hasAnnotation(SymDenotations.scala:323)
at dotty.tools.dotc.typer.Inliner$.bodyToInline(Inliner.scala:45)
at dotty.tools.dotc.typer.Inliner$.isInlineable(Inliner.scala:52)
at dotty.tools.dotc.typer.Inliner$.isInlineable(Inliner.scala:57)
at dotty.tools.dotc.typer.Typer.adaptNoArgsOther$6(Typer.scala:2736)
at dotty.tools.dotc.typer.Typer.adaptNoArgs$1(Typer.scala:2839)
at dotty.tools.dotc.typer.Typer.adapt1(Typer.scala:3045)
at dotty.tools.dotc.typer.Typer.adapt(Typer.scala:2451)
at dotty.tools.dotc.typer.Typer.readapt$1(Typer.scala:2461)
at dotty.tools.dotc.typer.Typer.readaptSimplified$1(Typer.scala:2462)
at dotty.tools.dotc.typer.Typer.adaptNoArgsOther$6(Typer.scala:2742)
at dotty.tools.dotc.typer.Typer.adaptNoArgs$1(Typer.scala:2839)
at dotty.tools.dotc.typer.Typer.adapt1(Typer.scala:3045)
at dotty.tools.dotc.typer.Typer.adapt(Typer.scala:2451)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
minimized code
Stack trace
The text was updated successfully, but these errors were encountered: