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
-- trait_import.enc import trait_import_module class Main { def main() : void { print 1; } } passive class Foo : Reagent { }
-- trait_import_module.enc trait Reagent { def react() : void { (); } } passive class Foo2 : Reagent { }
encore -c fails with sth like:
encore -c
error: use of undeclared identifier '_enc__method_Foo2_react';
The text was updated successfully, but these errors were encountered:
#285 should fix this.
Sorry, something went wrong.
Fixed as of 2d928e8
No branches or pull requests
encore -c
fails with sth like:The text was updated successfully, but these errors were encountered: