Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
@abstract class A:
@abstract func test(x: int) -> void
class B extends A:
func ➡