mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	They cannot be accessed in this case, so an error is shown to avoid misleading the uses, especially in case of named lambdas.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
func test():
 | 
						|
	func standalone():
 | 
						|
		print("can't be accessed")
 |