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
ClassInfo should never be exposed in the quotes reflection API. directly calling TypeRepr.of[domain.Bar], we get TypeRef(TermRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class <root>)),module class <empty>)),domain),Bar), which is a result I would expect there instead of ClassInfo.
The text was updated successfully, but these errors were encountered:
Compiler version
main (10bb2e6)
Minimized code
Macro_1.scala
Test_2.scala:
Output
Expectation
ClassInfo should never be exposed in the quotes reflection API. directly calling
TypeRepr.of[domain.Bar]
, we getTypeRef(TermRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class <root>)),module class <empty>)),domain),Bar)
, which is a result I would expect there instead of ClassInfo.The text was updated successfully, but these errors were encountered: