Please check if your PR fulfills the following requirements:
[ ] All new classes have class-level documentation comments, if there are any at all
[ ] Tests for the changes have been added (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
[ ] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation update
[ ] Other... Please describe:
What is the current behavior?
Currently when converting method builder to actual method info in TranspilerBuilder the dictionary creation cleared intercepts for other fields. This fixes that.
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?
Currently when converting method builder to actual method info in TranspilerBuilder the dictionary creation cleared intercepts for other fields. This fixes that.
What is the new behavior?
Other information