function_conflicts_variable.gd 165 B

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