scala3
scala3 copied to clipboard
Make `->` sugar an inline method
Must wait for 3.10.0
currently it is transparent inline, to avoid inline proxy objects appearing in capture sets and breaking type checking.
fixes #24715