variable_conflicts_function.gd 164 B

1234567
  1. var test = 25
  2. # Error here. The difference with `variable-conflicts-function.gd` is that here,
  3. # the function is defined *before* the variable.
  4. func test():
  5. pass