Skip to content

Commit 82d69a7

Browse files
authored
Update check
1 parent adc1995 commit 82d69a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/i16453.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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]
@@ -12,7 +12,7 @@
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]

0 commit comments

Comments
 (0)