You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected behavior is that there should be confusion with which pronoun is to be used. But the template is created with the assumption that the first pronoun is used. This may be okay, but unsatisfactory and can lead to silent bugs downstream.
Maybe one way to get around this is to allow for types to be specified using fully qualified names like:
The following test fails
The expected behavior is that there should be confusion with which
pronoun
is to be used. But the template is created with the assumption that the first pronoun is used. This may be okay, but unsatisfactory and can lead to silent bugs downstream.Maybe one way to get around this is to allow for types to be specified using fully qualified names like:
This will remove all ambiguity about which pronoun we are talking about.
The text was updated successfully, but these errors were encountered: