Skip to content

Commit b7841ae

Browse files
committed
Fixed comment
1 parent f6d4ddb commit b7841ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,7 @@ trait Implicits { self: Typer =>
885885
* <parent> {
886886
* MirroredMonoType = <monoType>
887887
* MirroredType = <mirroredType>
888-
* MirroredLabel = <label>
889-
* Scope = <scope> // if scope ne NoType
888+
* MirroredLabel = <label> }
890889
* }
891890
*/
892891
private def mirrorCore(parentClass: ClassSymbol, monoType: Type, mirroredType: Type, label: Name, formal: Type)(implicit ctx: Context) =

0 commit comments

Comments
 (0)