Inlining attempted a bind where one was not valid.
Whether or not the inlined type would support field tests was not relevant
to whether it could be used in a bind within a presence test. Removed this
single condition which triggers failures as well as a test case to reproduce
the issue.
Inlining attempted a
bind
where one was not valid.Whether or not the inlined type would support field tests was not relevant to whether it could be used in a bind within a presence test. Removed this single condition which triggers failures as well as a test case to reproduce the issue.