scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.88k stars 1.06k forks source link

Consider all arguments in Annotations.refersToParamOf #22001

Closed mbovel closed 8 hours ago

mbovel commented 1 day ago

We should also include type arguments in Annotations.refersToParamOf.

mbovel commented 8 hours ago

Thanks a lot for the quick and pertinent review!

Let's already merge the arguments fix.

I created an issue for the param refs search issue: https://github.com/scala/scala3/issues/22008.