Add a TODO test for list assignment to a list of state variables.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Jul 2006 14:10:18 +0000 (14:10 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Jul 2006 14:10:18 +0000 (14:10 +0000)
commita53dbfbbdde69373524fb559de5b51e406df6721
treee606e8e4874adc23a90825298d0b10409159370e
parent9ab92c4288af6d31a3e99bfe76775c698438b981
Add a TODO test for list assignment to a list of state variables.
Not sure yet how to encode in the optree the information that
state($x, $y) and (state $x, state $y) must be treated differently.

p4raw-id: //depot/perl@28484
t/op/state.t