scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
232 stars 21 forks source link

Warning from scaladoc on MapLike's ++ method @usecase #3738

Closed scabug closed 13 years ago

scabug commented 14 years ago

Getting this warning when generating scaladoc:

 [scaladoc] /Users/davec/Projects/scala-starrless/src/library/scala/collection/MapLike.scala:286: warning: @usecase + does not match commented symbol: ++
 [scaladoc]    *  @usecase  def + (kvs: Traversable[(A, B)]): Map[A, B]
 [scaladoc]                 ^

Attached is a patch to correct this.

scabug commented 14 years ago

Imported From: https://issues.scala-lang.org/browse/SI-3738?orig=1 Reporter: Dave Copeland (davetron5000) Attachments:

scabug commented 14 years ago

Dave Copeland (davetron5000) said: Patch that applies against 22674

scabug commented 14 years ago

@michelou said: fixed in r22698.