Skip to content

Commit

Permalink
fixed bitrot in namespace in Associative.pir
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Apr 18, 2009
1 parent 2562758 commit bbd14b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Associative.pir
Expand Up @@ -127,7 +127,7 @@ Returns the type constraining what may be stored.
$I0 = isa invocant, 'Perl6Object'
if $I0 goto object_method
foreign:
$P0 = get_hll_global ['Associative'], 'postcircumfix:{ }'
$P0 = get_hll_global ['Associative[::T]'], 'postcircumfix:{ }'
.tailcall $P0(invocant, args :flat, options :flat :named)
object_method:
.tailcall invocant.'postcircumfix:{ }'(args :flat, options :flat :named)
Expand Down

0 comments on commit bbd14b2

Please sign in to comment.