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
I was unable to comment out this last line in my model:
... // the active invoice for this project reference<Invoice> invoice; // the active filing for this project // reference<Filing> filing; }
Compiler output:
if [[ $CI ]]; then make -C ../../ firemodel-ios else make -C ../../ firemodel # Invoke root level makefile to rebuild firemodels in all languages. fi ./.firemodel/firemodel compile \ --wipe --schema=firemodels/schema.firemodel \ --ios_out ./mobile/ios/visor/code/firemodel panic: firemodel:: firemodels/schema.firemodel:802:5: unexpected "reference<Filing> filing;" (expected "}")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was unable to comment out this last line in my model:
Compiler output:
The text was updated successfully, but these errors were encountered: