forked from LeenkxTeam/Kmake
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
*%(basename)s:7: SyntaxError: Duplicate export of 'x'
|
|
export {y as z, y as x, y};
|
|
^^^^^^
|
|
SyntaxError: Duplicate export of 'x'
|
|
|