incompatible_assignment.gd 49 B

123
  1. func test():
  2. var foo: bool = true
  3. foo += 'bar'