Closed gavinking closed 5 years ago
I have examples of enum values like test.Sex.MALE in the test suite. But it turns out that they're broken for nested packages like test.example.Sex.MALE.
test.Sex.MALE
test.example.Sex.MALE
I have examples of enum values like
test.Sex.MALE
in the test suite. But it turns out that they're broken for nested packages liketest.example.Sex.MALE
.