Closed
Description
Compiler version
Scala3.1.1
Minimized code
summon[Int]
Output
no implicit argument of type Int was found for parameter x of method summon in object Predef
Expectation
no given instance of type Int was found for parameter x of method summon in object Predef
As in Scala 3 we are providing an using argument which is a given
instance.