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
Ambiguous overload. The overloaded alternatives of method bar in trait Bar with types
[error] (f: Type[A]): Unit
[error] (f: Type[A]): Unit
[error] both match arguments (Null)
[error] def foo : Unit = bar(null)
PS. Couple of months ago this would compile with no problem
The text was updated successfully, but these errors were encountered:
Ambiguous overload. The overloaded alternatives of method bar in trait Bar with types
[error] (f: Type[A]): Unit
[error] (f: Type[A]): Unit
[error] both match arguments (Null)
[error] def foo : Unit = bar(null)
PS. Couple of months ago this would compile with no problem
The text was updated successfully, but these errors were encountered: