Skip to content

Commit 7f8a4db

Browse files
committed
Fix docs, addressing review comment
1 parent f867da2 commit 7f8a4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ object ProtoTypes {
550550
/** The normalized form of a type
551551
* - unwraps polymorphic types, tracking their parameters in the current constraint
552552
* - skips implicit parameters of methods and functions;
553-
* if result type depends on implicit parameter, replace with fresh type dependent parameter.
553+
* if result type depends on implicit parameter, replace with wildcard.
554554
* - converts non-dependent method types to the corresponding function types
555555
* unless the expected type is an ApplyingProto or IgnoredProto.
556556
* - dereferences parameterless method types

0 commit comments

Comments
 (0)