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 3
3
| ^
4
4
|No given instance of type Option[Int] was found for parameter x of method summon in object Predef
5
5
|
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.
7
7
|The following conversions in scope result in Option[Int]:
8
8
| - final given def given_Conversion_T_Option[T]: Conversion[T, Option[T]]
9
9
| - implicit def toOption[T](t: T): Option[T]
12
12
| ^
13
13
|No given instance of type Option[Int] was found for parameter e of method implicitly in object Predef
14
14
|
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.
16
16
|The following conversions in scope result in Option[Int]:
17
17
| - final given def given_Conversion_T_Option[T]: Conversion[T, Option[T]]
18
18
| - implicit def toOption[T](t: T): Option[T]
You can’t perform that action at this time.
0 commit comments