fix(compiler-cli): mark private method as error in template file (#16451)#19740
fix(compiler-cli): mark private method as error in template file (#16451)#19740mkoczka wants to merge 0 commit into
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
db9593c to
405ccc7
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Reference to a private method in the template will now report an error.
PR Close #16451
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #16451
What is the new behavior?
Reference to private methods in the template will now raise an error.
Does this PR introduce a breaking change?