cast_freed_object.gd 73 B

1234
  1. func test():
  2. var node := Node.new()
  3. node.free()
  4. print(node as Node2D)