class_inference_is_weak.gd 145 B

1234567891011
  1. # https://github.com/godotengine/godot/issues/43503
  2. var test_var = null
  3. func test():
  4. print(test_var.x)
  5. func _init():
  6. test_var = Vector3()