mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
| @abstract class A:
 | |
| 	@abstract func test(x: int) -> void
 | |
| 
 | |
| class B extends A:
 | |
| 	func ➡
 | 
