We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export default
The:
export default interface A { a: string; } export default function() { return 1; } export default function() { return 2; }
reports Duplicate function implementation as expected, but shows the location as the first line.
Duplicate function implementation