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
scala> implied forInt=10defInt_instance:Int
scala> infer[Int]
1|infer[Int]
|^|no implicit argument of typeInt was found for parameter x of method infer in objectDottyPredef
This problem only occurs in REPL and can be passed normally using dotc compilation.