From bbd14b252481f2a64449deec0ec15e2089a721bf Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Sat, 18 Apr 2009 17:12:39 +0200 Subject: [PATCH] fixed bitrot in namespace in Associative.pir --- src/classes/Associative.pir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/Associative.pir b/src/classes/Associative.pir index c0a2ee63582..ed0910e4aec 100644 --- a/src/classes/Associative.pir +++ b/src/classes/Associative.pir @@ -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)