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
Related analysers are probably these
The text was updated successfully, but these errors were encountered:
Are the following the same
import com.example.foo@1.0.0.{Bar} concept Animal { o Bar leg }
import com.example.foo@1.0.0.{Bar as baz} concept Animal { o baz leg }
Sorry, something went wrong.
The current version of concerto-analysis only analyses the semantic structure of a model file. Whereas aliasing a type is only a syntactic change.
Also, there is no import factory at present.
Handling the above would require us to create an import factory.
Pros of analysing aliased imports:
cons of analysing aliased imports
Our BDFL decided this will be a patch change.
No branches or pull requests
Related analysers are probably these
Import statementsThe text was updated successfully, but these errors were encountered: