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
Ran a parser looking for instances of this issue where there are any comment blocks after "output" comment blocks. This makes the test pass regardless of what is in the output comment block.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran a parser looking for instances of this issue where there are any comment blocks after "output" comment blocks. This makes the test pass regardless of what is in the output comment block.
What did you expect to see?
No examples of this issue.
What did you see instead?
Found that ExampleInfo has a "TODO" comment after the "output" comment.
The text was updated successfully, but these errors were encountered: