[Bug]: [Ask]Ambiguous-symbol "nextLink" is an ambiguous name between TypeSpec.nextLink, Azure.Core.nextLink #5048
Labels
breaking-change
A change that might cause specs or code to break
bug
Something isn't working
compiler:core
Issues for @typespec/compiler
triaged:core
Milestone
Describe the bug
With below spec we received 1 errors with
Ambiguous-symbol "nextLink" is an ambiguous name between TypeSpec.nextLink, Azure.Core.nextLink
. I think this is because we both have nextLink decoration in TypeSpec and Azure.Core scope. And adding prefix could fix this issue. But I was wondering following questions regarding these decorators.playground
Reproduction
NA
Checklist
The text was updated successfully, but these errors were encountered: