confusable_capture_reassignment.out 636 B

1234567
  1. GDTEST_OK
  2. ~~ WARNING at line 13: (CONFUSABLE_CAPTURE_REASSIGNMENT) Reassigning lambda capture does not modify the outer local variable "number".
  3. ~~ WARNING at line 14: (CONFUSABLE_CAPTURE_REASSIGNMENT) Reassigning lambda capture does not modify the outer local variable "string".
  4. ~~ WARNING at line 15: (CONFUSABLE_CAPTURE_REASSIGNMENT) Reassigning lambda capture does not modify the outer local variable "vector".
  5. ~~ WARNING at line 16: (CONFUSABLE_CAPTURE_REASSIGNMENT) Reassigning lambda capture does not modify the outer local variable "array_assign".
  6. lambda 2 2 12 (2, 0) [2] [2] { &"x": 2 }
  7. outer 2 1 1 (1, 0) [1] [2] { &"x": 2 }