Skip to content
Snippets Groups Projects
Alec Theriault's avatar
Alec Theriault authored
This solves the problem of docs, which are associated with default
method signatures, not finding their way into the right 'ExportDecl'
and consequently not being available in 'ppClassDecl'.

The crux of this issue is that since we are keying the docs for
default methods under another name, we need to manually look these up
and make sure they still end up in the right 'ExportDecl'.
ddc115e9
History