abstract class A: abstract func test(x: int) -> void class B extends A: func ➡