id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
773,Can't override vtables of a PMC from PIR,coke,,"This seems like it should print ""ok 1"", but prints ""not ok 1"" instead:

{{{
.HLL 'parrot'
.namespace ['String']

.sub get_string :vtable
  .return('')
.end

.namespace []

.sub foo :main
  $P1 = new 'String'
  $P1 = 'not '
  $S0 = $P1
  print $S0
  say ""ok 1""
.end
}}}

Should this be supported? (is there a more verbose syntax?)",bug,closed,blocker,,core,1.2.0,medium,fixed,,,tcl,,
