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
LatestDotty nightly build version: 0.28.0-bin-20200828-4c99388-NIGHTLY
[info] loading settings for project root from build.sbt ...
[info] set current project to test (in build file:/Users/rssh/tests/dotty/unexpanded-inline/)
[info] Executing in batch mode. For better performance use sbt's shell
[info] Compiling1Scala source to /Users/rssh/tests/dotty/unexpanded-inline/target/scala-0.28/classes ...
[info] Compiling1Scala source to /Users/rssh/tests/dotty/unexpanded-inline/target/scala-0.28/classes ...
result: x.FastPath.sum(1)
[error] --Error:/Users/rssh/tests/dotty/unexpanded-inline/src/main/scala/x/Main.scala:8:22
[error] 8|valr=X.transform{
[error] |^
[error] | method sum is declared aserased, but is in fact used
[error] 9|SlowPath.sum(1)
[error] 10| }
[error] one error found
[error] (Compile/ compileIncremental) Compilation failed
Expectation
that it will compile and expand inlined FastPath.sum
btw, if this impossible => maybe give access to inlineCall from reflection interface ?
The text was updated successfully, but these errors were encountered:
This looks like a duplicate of #8866. We have a fix for it in #8870 but it is blocked due to some bug that affects cps-async submodule. This bug is looked like a manifestation of #9518.
Uh oh!
There was an error while loading. Please reload this page.
Minimized code
X.scala
and Main.scala
Output
Expectation
that it will compile and expand inlined FastPath.sum
btw, if this impossible => maybe give access to inlineCall from reflection interface ?
The text was updated successfully, but these errors were encountered: