unassigned_variable_op_assign.gd 119 B

1234
  1. func test():
  2. var __: int
  3. # Variable has no set value at this point (even though it's implicitly `0` here).
  4. __ += 15