native_freed_instance.gd 76 B

1234567
  1. func test():
  2. var x = Node.new()
  3. x.free()
  4. var ok = x
  5. var bad: Node = x