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

Attempt to beta reduce only if parameters and arguments have same shape #21970

Closed odersky closed 3 days ago

odersky commented 4 days ago

It's possible to define Functions with wrong apply methods by hand which will give an error but pass on a function that does fails beta reduction.

Fixes #21952