id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1507,VTABLE_init_int does not work on key constants,dukeleto,,"{{{
parrot_shell 2> $P0 = new 'FixedStringArray', 5
say $P0
.
Time: 0.0164859 wallclock secs
Output:
[ """", """", """", """", """" ]

parrot_shell 3> $P0 = new ['FixedStringArray'], 5
say $P0
.
Error: child exited with value 1
Time: 0.0155749 wallclock secs
Output:
init_pmc() not implemented in class 'FixedStringArray'
current instr.: 'main' pc 0
}}}",bug,closed,normal,,none,2.1.0,medium,fixed,,,,,all
