[records] New draft spec for JEP 359

Brian Goetz brian.goetz at oracle.com
Fri Jan 10 17:03:47 UTC 2020


> I don't see any changes regarding the variable arity mismatch between
> the canonical constructor and record header. See my e-mail [1]. Was
> this suggestion rejected or overlooked?
We might also want to just outlaw the old-style array declaration for 
components:

     record Foo(int a[]) // error
     record Foo(int[] a) // good




More information about the amber-spec-experts mailing list