Open Naddiseo opened 9 years ago
I noticed that I've put the TypeHint after BindingIdentifier in a lot of places. If I'm reading the spec correctly, BindingIdentifier can expand to yield in certain cases, what are the consequences of this?
TypeHint
BindingIdentifier
yield
I noticed that I've put the
TypeHint
afterBindingIdentifier
in a lot of places. If I'm reading the spec correctly,BindingIdentifier
can expand toyield
in certain cases, what are the consequences of this?