Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
All new code requires tests to ensure against regressions
Description of the Change
This PR adds missing annotations with scoped identifiers. Previously we only handled single identifiers.
This fixes the following cases:
class A {
@Test.Annotation
@Test.Annotation()
void func() {
// test
}
}
Requirements
Description of the Change
This PR adds missing annotations with scoped identifiers. Previously we only handled single identifiers. This fixes the following cases:
Alternate Designs
N/A
Benefits
N/A
Possible Drawbacks
Applicable Issues
Fixes #239