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
while importing two items with the same name, IDL applies the last one instead of throwing an error about imported two items with the same name
imported two items with the same name
import foo.bar1.{ Item } import foo.bar2.{ Item }
after compilation, you will be able to work with foo.bar2.Item
foo.bar2.Item
Purpose:
throw an error when you fill find multiple items with the last name in a same domain instead overwriting
The text was updated successfully, but these errors were encountered:
pshirshov
ratoshniuk
No branches or pull requests
while importing two items with the same name, IDL applies the last one instead of throwing an error about
imported two items with the same name
after compilation, you will be able to work with
foo.bar2.Item
Purpose:
throw an error when you fill find multiple items with the last name in a same domain instead overwriting
The text was updated successfully, but these errors were encountered: