The problem is that your first `println` tries to ...
# getting-started
e
The problem is that your first
println
tries to create a copy of
item
and assign it a specific
string
value. But it can't do that because
SomeClass
doesn't have a writable property named
string
, it just has a pass-through property to
dataInstance