scala / scala3

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

Refactorings around CaptureRef #20893

Open odersky opened 2 days ago

odersky commented 2 days ago

Builds on #20566

Breaks out CaptureRef into a separate file and concentrates all operations on CaptureRef in it. Moves extension methods on CaptureRef into CaptureRef itself or into CaptureOps.