1 2 3 4 5 6 7 8 9 10
func test(): print("ok") # https://github.com/godotengine/godot/issues/71994 class A: extends RefCounted class B: extends A func duplicate(): pass