Skip to content

ZNTC1200: Duplicate export name

Duplicate export name

Category: Semantic: Export/Label

export const x = 1; export const x = 2;

Reproduce in Playground →

See the error message for cause and resolution.