Indicates an unexpected expected error during one of the reifyXXX methods in scala.reflect.macros.Reifiers.
Such errors wrap random crashes in reification logic and are distinguished from expected scala.reflect.macros.ReificationExceptions
so that the latter can be reported as compilation errors, while the former manifest themselves as compiler crashes.
Indicates an unexpected expected error during one of the
reifyXXX
methods in scala.reflect.macros.Reifiers. Such errors wrap random crashes in reification logic and are distinguished from expected scala.reflect.macros.ReificationExceptions so that the latter can be reported as compilation errors, while the former manifest themselves as compiler crashes.