swift
a38e7cce - [SourceKit] Mark overridable declarations as dynamic

Commit
1 year ago
[SourceKit] Mark overridable declarations as dynamic We only set `isDynamic` to `true` if we were inside an expression. Also set `isDynamic` when we are performing cursor info at an overridable declaration. This allows jump-to-definition to jump to declarations that override the one that we performed cursor info on. rdar://128300752
Author
Committer
Parents
Loading