Open
Description
I started building some code around Conversion
but rapidly hit issues because:
infer[Conversion[String, String]]
no implicit argument of type Conversion[String, String] was found for parameter x of method infer in object DottyPredef.
It also doesn't seem to understand inheritance. This makes it unusable in practice. Have I done something daft?