native_freed_instance.gd 77 B

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