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.
1 parent 7c0b163 commit 2e99511Copy full SHA for 2e99511
compiler/src/dotty/tools/dotc/transform/ShortcutImplicits.scala
@@ -69,7 +69,7 @@ class ShortcutImplicits extends MiniPhase with IdentityDenotTransformer { thisTr
69
70
/** Should `sym` get a ..$direct companion?
71
* This is the case if (1) `sym` is a method with an implicit function type as final result type.
72
- * However if `specializeMonoTargets` is true, we exclude symbols that are known
+ * However if `specializeMonoTargets` is false, we exclude symbols that are known
73
* to be only targets of monomorphic calls because they are effectively
74
* final and don't override anything.
75
*/
0 commit comments