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 9ca320e + b3b1151 commit 3aa52bdCopy full SHA for 3aa52bd
blog/_posts/2016-10-24-scalafix.md
@@ -164,10 +164,8 @@ implicit val x = (_: String).length
164
// after
165
implicit val x: String => Int = (_: String).length
166
~~~
167
-`ExplicitImplicit` requires semantic information because the inferred type must come from the
168
-
169
-must run the source file through
170
-the compiler in order to get the inferred type.
+`ExplicitImplicit` requires the semantic API in order to get the inferred type
+annotations.
171
172
Towards new-style macros
173
----------------------------
0 commit comments