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
The previous commit added _root_.scala.Serializable as a parent to every
object, this lead to a cyclic reference manifesting itselfs as "not
found: type Type" in Trees.scala that we worked around by replace `Type`
with `Types.Type`. This commit fixes this properly by adding a shortcut
in typedIdent when typing `_root_` which avoids forcing imports.
0 commit comments