vigour-io / brisky-struct

An observable data structure
5 stars 1 forks source link

this case needs to work (does not work with switch inheritance) #246

Closed jimdebeer closed 7 years ago

jimdebeer commented 7 years ago
a { x, y }

a1 { x }

a.set({ y: a.x })

// create a1.y -> a1.x