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
Created 2011-03-21 by [email protected] assigned to [email protected]
Running the code in the name resolver for Rascal I'm getting a runtime unexpected ambiguity error. This occurs when I try to run this code:
public str prettyPrintSIWLoc(STBuilder st, Item si) { return prettyPrintSI(st,si) + ( TopScope() := si ? "" : " defined at <si.definedAt>" ); }
I'm able to load the module this code is in and import it into another module, so i"m not sure why I'm just finding the ambiguity at runtime.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Created 2011-03-21 by [email protected] assigned to [email protected]
Running the code in the name resolver for Rascal I'm getting a runtime unexpected ambiguity error. This occurs when I try to run this code:
public str prettyPrintSIWLoc(STBuilder st, Item si) {
return prettyPrintSI(st,si) + ( TopScope() := si ? "" : " defined at <si.definedAt>" );
}
I'm able to load the module this code is in and import it into another module, so i"m not sure why I'm just finding the ambiguity at runtime.
The text was updated successfully, but these errors were encountered: