-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
Fix missing interface's fields and methods in builder #404
Fix missing interface's fields and methods in builder #404
Conversation
This is an interesting case. Do you have a real use case like what you described? I honestly didn't know that a class like DemoClass was legal. |
Yea. I faced it in my repo My |
Cool, it makes sense to me. Could you add some tests in auto_mocks_test? Maybe just one for methods and one for fields. |
Sure. Let's me update it now 👍 |
3e6b43b
to
677d6f9
Compare
@srawlins I added 2 tests into |
Apologies for letting this languish; can you reformat auto_mocks_test, as CI complains about it? |
677d6f9
to
1126084
Compare
Done it! 👌 |
Thanks much! |
Fix missing interface's fields and methods in builder PiperOrigin-RevId: 375105090
Steps to Reproduce
Expected
Actual