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
When exporting a transparent inline macro caller method from a private object, there is an access error.
If the macro is not transparent, then there is no error. If there is no macro call (just transparent inline) there is no error.
Possibly related to the resolved issue #12948.
When exporting a transparent inline macro caller method from a private object, there is an access error.
If the macro is not transparent, then there is no error. If there is no macro call (just transparent inline) there is no error.
Possibly related to the resolved issue #12948.
Compiler version
v3.1.0-RC1
Minimized code
Minimized project available at: https://github.com/soronpo/dottybug/tree/export_inline_access_err
mylib/Main.scala
Test.scala
Output
Expectation
No error.
The text was updated successfully, but these errors were encountered: