# New Ticket Created by  "brian d foy" 
# Please include the string:  [perl #131350]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=131350 >


#`(
When I compile this code, I get the error:

    Useless use of constant value [ ] in sink context (lines 9, 9)

I don't think it was useless because it did what I needed.

I really wanted the ᔑ to be tighter then ., but that's not a real
operator and I ccouldn't use it to set precedence.
)

    sub prefix:<ᔑ> (Pair $p --> Pair) is tighter(&postcircumfix:<[ ]>) {
        $p.value
            =>
        $ = $p.key
        }

Reply via email to