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


Code:
my $x := 42;
my $a = 4 + 8; $x = 24; my $b = 15 + 16;


Result:
Cannot assign to an immutable value
  in block <unit> at foo.p6 line 2


Line 2, right, but where exactly? Surely it can also print the cursor position 
or something.

Reply via email to