We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211cc8f + 82b5604 commit 18f56feCopy full SHA for 18f56fe
docs/docs/reference/changed/implicit-conversions.md
@@ -33,7 +33,7 @@ In summary, previous code using implicit conversion parameters such as
33
34
def useConversion(implicit f: A => B) = {
35
val y: A = ...
36
- val x: B = a // error under Dotty
+ val x: B = y // error under Dotty
37
}
38
39
is no longer legal and has to be rewritten to
0 commit comments