this case needs to work (does not work with switch inheritance)
Closed this issue · 0 comments
jimdebeer commented
a { x, y }
a1 { x }
a.set({ y: a.x })
// create a1.y -> a1.x
Closed this issue · 0 comments
a { x, y }
a1 { x }
a.set({ y: a.x })
// create a1.y -> a1.x