improvement-proposals icon indicating copy to clipboard operation
improvement-proposals copied to clipboard

SIP-15: Align the content of the SIP with the implementation

Open hamzaremmal opened this issue 10 months ago • 0 comments

Both Scala 2 and Scala 3 have adopted the following pattern for AnyVal extension methods (foo$extension) while the SIP mentions the following pattern extension$foo.

Not sure if we should update the SIP, or reflect this in the language spec (note that value classes are missing in the spec anyway)

cc/ @sjrd

hamzaremmal avatar Feb 01 '25 17:02 hamzaremmal