scala / docs.scala-lang

The Scala Documentation website
http://docs.scala-lang.org
561 stars 1.03k forks source link

Update multiple-parameter-lists.md #3024

Open marcogalluzzi opened 4 months ago

marcogalluzzi commented 4 months ago

Referencing new Scala 3 keyword using

som-snytt commented 1 month ago

The example code is correct. It's possible that we refer to givens generally as implicits. We still say "implicit scope" and not "given scope".

This section describes changes to the implicit resolution that apply both to the new givens and to the old-style implicits in Scala 3.

In recent PRs about the relative priority of givens and implicits, they are distinguished by their specific names.

Not sure if we say "using clause" now.