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 f867da2 commit 7f8a4dbCopy full SHA for 7f8a4db
compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
@@ -550,7 +550,7 @@ object ProtoTypes {
550
/** The normalized form of a type
551
* - unwraps polymorphic types, tracking their parameters in the current constraint
552
* - skips implicit parameters of methods and functions;
553
- * if result type depends on implicit parameter, replace with fresh type dependent parameter.
+ * if result type depends on implicit parameter, replace with wildcard.
554
* - converts non-dependent method types to the corresponding function types
555
* unless the expected type is an ApplyingProto or IgnoredProto.
556
* - dereferences parameterless method types
0 commit comments