jazzy icon indicating copy to clipboard operation
jazzy copied to clipboard

Auto-link inherited members

Open reitzig opened this issue 7 years ago • 0 comments

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.

reitzig avatar May 11 '17 14:05 reitzig