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
-- [E007] TypeMismatchError:Main.scala:5:6----------------------------------5| foo(10)
|^^|Found: (10:Int)
|Required:AnyRef|Note that implicit conversions were not tried because the result of an implicit conversion
|must be more specific than AnyRef|| longer explanation available when compiling with`-explain`1 error found
File2: passed compilation.
Expectation
File2 should fail compilation as well because AnyRef | Null is not more specific than AnyRef.