You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mut a := ['a', 'b']
mut b := a // Should require `.clone()` or unsafe block (both currently unimplemented)
b.push('c')
println(a.length)
println(b.length)
Description and Reproduction Sample
Possible Solution and Additional Information
No response
Environment details (bait doctor)
Version: Bait 0.0.6 dbf3fd7
OS: linux/x64
Git: git version 2.44.0
Node.js: v21.7.0
The text was updated successfully, but these errors were encountered: