jazzy
jazzy copied to clipboard
Auto-link inherited members
Say we have something like this:
class A {
func foo() {}
}
class B: A {}
We would then expect B.foo()
to auto-link to A.foo()
, which currently does not work.