[Swift-devel] PA_VAR vs PA_VAR1
Ben Clifford
benc at hawaga.org.uk
Fri Jun 29 13:27:37 CDT 2007
ok good.
On Fri, 29 Jun 2007, Mihael Hategan wrote:
> 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