We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nullType.slang:
nullType.slang
import nullTypeModule; struct S { } extension S : I { }
nullTypeModule.slang:
nullTypeModule.slang
interface I { }
slangc -stage compute tests/bugs/nullTypeModule.slang tests/bugs/nullType.slang
tests/bugs/nullType.slang(5): error 39999: ambiguous reference to 'I' extension S : I { } ^ tests/bugs/nullTypeModule.slang(1): note 39999: candidate: interface I interface I { } ^ tests/bugs/nullTypeModule.slang(1): note 39999: candidate: interface I interface I { } ^
This "ambiguous" reference refers to the same name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nullType.slang
:nullTypeModule.slang
:slangc -stage compute tests/bugs/nullTypeModule.slang tests/bugs/nullType.slang
This "ambiguous" reference refers to the same name
The text was updated successfully, but these errors were encountered: