confusable_capture_reassignment.out 652 B

12345678910111213141516171819
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 13
  4. >> CONFUSABLE_CAPTURE_REASSIGNMENT
  5. >> Reassigning lambda capture does not modify the outer local variable "number".
  6. >> WARNING
  7. >> Line: 14
  8. >> CONFUSABLE_CAPTURE_REASSIGNMENT
  9. >> Reassigning lambda capture does not modify the outer local variable "string".
  10. >> WARNING
  11. >> Line: 15
  12. >> CONFUSABLE_CAPTURE_REASSIGNMENT
  13. >> Reassigning lambda capture does not modify the outer local variable "vector".
  14. >> WARNING
  15. >> Line: 16
  16. >> CONFUSABLE_CAPTURE_REASSIGNMENT
  17. >> Reassigning lambda capture does not modify the outer local variable "array_assign".
  18. lambda 2 2 12 (2, 0) [2] [2] { &"x": 2 }
  19. outer 2 1 1 (1, 0) [1] [2] { &"x": 2 }