mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| GDTEST_OK
 | |
| func test_func(x: int, y: int = 0, ...args) -> void
 | |
| 1 0 []
 | |
| 1 2 []
 | |
| 1 2 [3]
 | |
| 1 2 [3, 4]
 | |
| 1 2 [3, 4, 5]
 | |
| 1 0 []
 | |
| 1 2 []
 | |
| 1 2 [3]
 | |
| 1 2 [3, 4]
 | |
| 1 2 [3, 4, 5]
 | 
