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 may be mistaken, but I believe it is not that the summonInline from an inlined f() is not able to to find the given Int (supplied here via using Int), but that the using Int in f() (even before inlining) could not find a given to begin with.
With that said, I played with the example a little bit and I would perhaps expect this one to compile:
Compiler version
3.2.1, a1729b0
Minimized code
Output
Expectation
Both examples should find the implicit
Int
. I expect the binding for the argument off
to be implicitly available.Larger example
The text was updated successfully, but these errors were encountered: