mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 e8696f9961
			
		
	
	
		e8696f9961
		
			
		
	
	
	
	
		
			
			* Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
| func foo(x):
 | |
| 	return x + 1
 | |
| 
 | |
| func test():
 | |
| 	@warning_ignore("unsafe_call_argument")
 | |
| 	print(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(foo(0)))))))))))))))))))))))))
 |