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
objectSyms:importSymDs.*opaquetypeSymbol<:AnyRef// compiles OK if <: AnyRef is missing=SymDenotationobjectSymDs:importSyms.*classSymDenotation(sym: Symbol)
Output
3|opaquetypeSymbol<:AnyRef|^|Cyclic reference involving typeSymbol|| longer explanation available when compiling with`-explain`
Expectation
Should compile in the same way as when <: AnyRef is missing.