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
--Error:----------------------------------------------------------------------1|defx= foo
| ^^^
|Could not find classrs$line$1$Foo$ in classpath
|-----------------------------------------------------------------------------|Inline stack trace
|---------------------------------------|This location contains code that was inlined from rs$line$1:66|inline deffoo=${ Foo.macroImpl }
| ^^^^^^^^^^^^^^^^^^
-----------------------------------------------------------------------------1 error found
Expectation
There should be no error, just like when macroImpl is a toplevel definition, e.g.
Compiler version
3.2.0-RC1-bin-20220503-aff1e11-NIGHTLY
Minimized code
In REPL paste the two snippets below one after another
Output
Expectation
There should be no error, just like when
macroImpl
is a toplevel definition, e.g.The text was updated successfully, but these errors were encountered: