[External] : Re: Evolving past reference type patterns

Brian Goetz brian.goetz at oracle.com
Fri Apr 15 22:25:20 UTC 2022


>>     Can you provides examples of such refactorings ?
>

Refactoring

     int x = aShort;
     foo(x, x);

to

     let int x = aShort
     in foo(x, x);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/amber-spec-experts/attachments/20220415/3494bf26/attachment.htm>


More information about the amber-spec-experts mailing list