[Swift-devel] PA_VAR vs PA_VAR1
Mihael Hategan
hategan at mcs.anl.gov
Fri Jun 29 13:22:48 CDT 2007
Either one might have been an optional at first and then it was changed,
or it's an oversight. I can't see any reason why both would be needed.
Mihael
On Fri, 2007-06-29 at 23:42 +0530, Ben Clifford wrote:
> GetFieldValue has:
>
>
> public class GetFieldValue extends VDLFunction {
> [...]
> public static final Arg PA_VAR1 = new Arg.Positional("var");
>
> and also inherits from VDLFunction:
>
> public static final Arg PA_VAR = new Arg.Positional("var");
>
> >From the name, it looks like PA_VAR1 was deliberately made to not be
> PA_VAR but I don't really understand why.
>
More information about the Swift-devel
mailing list