File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 | ^
44 |No given instance of type Option[Int] was found for parameter x of method summon in object Predef
55 |
6- |Note: implicit conversions are not automatically applied to implicit arguments. You will have to pass the argument explicitly.
6+ |Note: implicit conversions are not automatically applied to arguments of using clauses . You will have to pass the argument explicitly.
77 |The following conversions in scope result in Option[Int]:
88 | - final given def given_Conversion_T_Option[T]: Conversion[T, Option[T]]
99 | - implicit def toOption[T](t: T): Option[T]
1212 | ^
1313 |No given instance of type Option[Int] was found for parameter e of method implicitly in object Predef
1414 |
15- |Note: implicit conversions are not automatically applied to implicit arguments. You will have to pass the argument explicitly.
15+ |Note: implicit conversions are not automatically applied to arguments of using clauses . You will have to pass the argument explicitly.
1616 |The following conversions in scope result in Option[Int]:
1717 | - final given def given_Conversion_T_Option[T]: Conversion[T, Option[T]]
1818 | - implicit def toOption[T](t: T): Option[T]
You can’t perform that action at this time.
0 commit comments