Skip to content

Commit 8274b10

Browse files
oderskysmarter
andauthored
Update compiler/src/dotty/tools/dotc/reporting/messages.scala
Co-authored-by: Guillaume Martres <[email protected]>
1 parent f749561 commit 8274b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/reporting/messages.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,7 +2786,7 @@ extends SyntaxMsg(InlineGivenShouldNotBeFunctionID):
27862786
|
27872787
|should be re-formulated as
27882788
|
2789-
| inline given Conversion[A, B] with
2790-
| def apply(x: A) = x.toB
2789+
| given Conversion[A, B] with
2790+
| inline def apply(x: A) = x.toB
27912791
"""
27922792

0 commit comments

Comments
 (0)